Typofix.
This commit is contained in:
parent
7f16e2b832
commit
f2f561059b
1 changed files with 2 additions and 2 deletions
|
@ -195,7 +195,7 @@
|
||||||
|
|
||||||
- name: Updates sync cron job.
|
- name: Updates sync cron job.
|
||||||
cron: name="updates-sync" minute="15,45" user="ftpsync"
|
cron: name="updates-sync" minute="15,45" user="ftpsync"
|
||||||
job="/usr/local/bin/lock-wrapper fedora-updates-push '/usr/local/bin/fedora-updates-push && /usr/local/bin/update-fullfilelist fedora"
|
job="/usr/local/bin/lock-wrapper fedora-updates-push '/usr/local/bin/fedora-updates-push && /usr/local/bin/update-fullfilelist fedora'"
|
||||||
cron_file=updates-sync
|
cron_file=updates-sync
|
||||||
when: inventory_hostname.startswith('bodhi-backend01') and env == "production"
|
when: inventory_hostname.startswith('bodhi-backend01') and env == "production"
|
||||||
tags:
|
tags:
|
||||||
|
@ -205,7 +205,7 @@
|
||||||
|
|
||||||
- name: epel Updates sync cron job.
|
- name: epel Updates sync cron job.
|
||||||
cron: name="epel-updates-sync" minute="15,45" user="ftpsync"
|
cron: name="epel-updates-sync" minute="15,45" user="ftpsync"
|
||||||
job="/usr/local/bin/lock-wrapper fedora-epel-push '/usr/local/bin/fedora-epel-push && /usr/local/bin/update-fullfilelist epel"
|
job="/usr/local/bin/lock-wrapper fedora-epel-push '/usr/local/bin/fedora-epel-push && /usr/local/bin/update-fullfilelist epel'"
|
||||||
cron_file=updates-sync
|
cron_file=updates-sync
|
||||||
when: inventory_hostname.startswith('bodhi-backend01') and env == "production"
|
when: inventory_hostname.startswith('bodhi-backend01') and env == "production"
|
||||||
tags:
|
tags:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue