diff --git a/backup.yml b/backup.yml index 6cd0103..c716acf 100644 --- a/backup.yml +++ b/backup.yml @@ -48,7 +48,7 @@ - debug: msg: "test ok" - delegate_to: localhost + # delegate_to: localhost # - name: Return all secrets from a path # delegate_to: localhost diff --git a/update.yml b/update.yml index b0a20d5..a516013 100644 --- a/update.yml +++ b/update.yml @@ -1,4 +1,7 @@ -- hosts: all +- hosts: + - scaleway + - bastion + - cosmos # vars: # become: true gather_facts: false