ansible cleanup

This commit is contained in:
2025-10-01 14:23:00 +02:00
parent 19e616845e
commit 0318abbfc4
2 changed files with 2 additions and 2 deletions

View File

@@ -19,7 +19,7 @@
cron:
name: "ansible provision"
user: "{{ ansible_user_id }}"
job: 'ansible-pull --vault-password-file=~/.vaultpass -U "https://gitea.mewissen.site/rene/ansible-pull.git" -d "/opt/ansible-pull" -C master'
job: 'ansible-pull --vault-password-file=~/.vaultpass -U "https://gitea.mewissen.site/rene/ansible-pull.git" -d "/opt/ansible-pull" -C master > /var/log/ansible_pull.log || cat /var/log/ansible_pull.log'
state: present
minute: 0
hour: 1