2013-02-08 09:02:44 +01:00
|
|
|
-
|
|
|
|
hosts: all
|
|
|
|
gather_facts: no
|
2013-09-07 22:34:22 +02:00
|
|
|
remote_user: root
|
2013-02-08 09:02:44 +01:00
|
|
|
vars:
|
|
|
|
color: brown
|
|
|
|
tasks:
|
|
|
|
- name: test 1
|
|
|
|
cron: name="execution test 1" weekday="2,3" minute=0 hour=12 user="root" job="YUMINTERACTIVE=0 /usr/sbin/yum-autoupdate" cron_file=yum-autoupdate state=absent
|
|
|
|
tags:
|
|
|
|
- cron
|
|
|
|
|
|
|
|
- name: test 1-1
|
|
|
|
cron: name="execution test 1" weekday="2,3" minute=0 hour=12 user="root" job="YUMINTERACTIVE=0 /usr/sbin/yum-autoupdate" cron_file=yum-autoupdate state=absent
|
|
|
|
tags:
|
|
|
|
- cron
|
|
|
|
|
|
|
|
- name: test 2-1
|
|
|
|
cron: name="execution test 2" weekday="2,3" minute=0 hour=12 user="root" job="YUMINTERACTIVE=0 /usr/sbin/yum-autoupdate" state=absent
|
|
|
|
tags:
|
|
|
|
- cron
|
|
|
|
|
|
|
|
- name: test 2-2
|
|
|
|
cron: name="execution test 2" weekday="2,3" minute=0 hour=12 user="root" job="YUMINTERACTIVE=0 /usr/sbin/yum-autoupdate" state=absent
|
|
|
|
tags:
|
|
|
|
- cron
|
|
|
|
|
|
|
|
- name: test 2-3
|
|
|
|
cron: name="execution test 2" weekday="2,3" minute=0 hour=12 user="root" job="YUMINTERACTIVE=0 /usr/sbin/yum-autoupdate"
|
|
|
|
tags:
|
|
|
|
- cron
|
|
|
|
|
|
|
|
- name: test 3-1
|
|
|
|
cron: name="execution test 3" weekday="2,3" minute=0 hour=12 user="root" job="YUMINTERACTIVE=0 /usr/sbin/yum-autoupdate" cron_file=yum-autoupdate state=absent
|
|
|
|
tags:
|
|
|
|
- cron
|
|
|
|
|
|
|
|
- name: test 3-2
|
|
|
|
cron: name="execution test 3" weekday="2,3" minute=0 hour=12 user="root" job="YUMINTERACTIVE=0 /usr/sbin/yum-autoupdate" cron_file=yum-autoupdate
|
|
|
|
tags:
|
|
|
|
- cron
|
|
|
|
|