changed cron to run root user??
This commit is contained in:
@@ -1,6 +1,6 @@
|
|||||||
- name: install cron job (ansible-pull)
|
- name: install cron job (ansible-pull)
|
||||||
cron:
|
cron:
|
||||||
user: ansible
|
user: root
|
||||||
name: "ansible provision"
|
name: "ansible provision"
|
||||||
minute: "*/10"
|
minute: "*/10"
|
||||||
job: "/usr/bin/ansible-pull -o -U https://github.com/speedy-geez/ansible_pull_master.git > /var/log/ansible-pull.log 2>&1"
|
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