copr: move crond config into base role
This commit is contained in:
parent
660689b047
commit
fe236130bd
2 changed files with 3 additions and 3 deletions
|
@ -29,6 +29,9 @@
|
||||||
tags:
|
tags:
|
||||||
- config
|
- config
|
||||||
|
|
||||||
|
- name: configure crond
|
||||||
|
copy: src=sysconfig.crond dest=/etc/sysconfig/crond
|
||||||
|
|
||||||
- name: install copr-selinux
|
- name: install copr-selinux
|
||||||
dnf: state=latest pkg=copr-selinux
|
dnf: state=latest pkg=copr-selinux
|
||||||
tags:
|
tags:
|
||||||
|
|
|
@ -122,9 +122,6 @@
|
||||||
tags:
|
tags:
|
||||||
- config
|
- config
|
||||||
|
|
||||||
- name: configure crond
|
|
||||||
copy: src=sysconfig.crond dest=/etc/sysconfig/crond
|
|
||||||
|
|
||||||
- name: enable services
|
- name: enable services
|
||||||
service: state=started enabled=yes name={{ item }}
|
service: state=started enabled=yes name={{ item }}
|
||||||
with_items:
|
with_items:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue