From 23b0f62cef0ce8e7e9e429fcde57f8716b633a1c Mon Sep 17 00:00:00 2001 From: staffadmin Date: Sun, 27 Oct 2024 11:46:36 +0100 Subject: [PATCH] up --- backup.yml | 2 +- update.yml | 5 ++++- 2 files changed, 5 insertions(+), 2 deletions(-) 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