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:
|
||||
- config
|
||||
|
||||
- name: configure crond
|
||||
copy: src=sysconfig.crond dest=/etc/sysconfig/crond
|
||||
|
||||
- name: install copr-selinux
|
||||
dnf: state=latest pkg=copr-selinux
|
||||
tags:
|
||||
|
|
|
@ -122,9 +122,6 @@
|
|||
tags:
|
||||
- config
|
||||
|
||||
- name: configure crond
|
||||
copy: src=sysconfig.crond dest=/etc/sysconfig/crond
|
||||
|
||||
- name: enable services
|
||||
service: state=started enabled=yes name={{ item }}
|
||||
with_items:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue