From bcdcfa9490919359b459d55d4a67c2da14a51854 Mon Sep 17 00:00:00 2001 From: Rene Mewissen Date: Tue, 22 Nov 2022 12:10:48 +0100 Subject: [PATCH] disabled ansible-pull --- update.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/update.yml b/update.yml index 1ffabda..18b17b9 100644 --- a/update.yml +++ b/update.yml @@ -37,8 +37,8 @@ state: present minute: 0 hour: 1 - - name: "update ansible-pull once" - become: true - become_user: root - command: - cmd: 'ansible-pull --vault-password-file=~/.vaultpass -U "https://gitea.mewissen.site/rene/ansible-pull.git" -d "/opt/ansible-pull" -C master' \ No newline at end of file + # - name: "update ansible-pull once" + # become: true + # become_user: root + # command: + # cmd: 'ansible-pull --vault-password-file=~/.vaultpass -U "https://gitea.mewissen.site/rene/ansible-pull.git" -d "/opt/ansible-pull" -C master' \ No newline at end of file