changed cron.yml to create a log
This commit is contained in:
@@ -3,4 +3,4 @@
|
||||
user: ansible
|
||||
name: "ansible provision"
|
||||
minute: "*/10"
|
||||
job: "/usr/bin/ansible-pull -o -U https://github.com/speedy-geez/ansible_pull_master.git >> /dev/null"
|
||||
job: "/usr/bin/ansible-pull -o -U https://github.com/speedy-geez/ansible_pull_master.git \ >> /var/log/ansible-pull.log 2>&1
|
||||
|
||||
Reference in New Issue
Block a user