Do this the other way
This commit is contained in:
parent
d87df7ff61
commit
3e78a078b1
1 changed files with 7 additions and 7 deletions
|
@ -13,14 +13,14 @@
|
|||
- /srv/web/epylog/merged
|
||||
|
||||
- name: setup extra epylog modules
|
||||
copy: src={{ item }} dest=/usr/share/epylog/modules/{{ item }}
|
||||
copy: src={{ item }} dest=/usr/share/epylog/{{ item }}
|
||||
with_items:
|
||||
- selinux_mod.py
|
||||
- rsyncd_mod.py
|
||||
- sudo_mod.py
|
||||
- common_unparsed_mod.py
|
||||
- logins_mod.py
|
||||
- kojiload_mod.py
|
||||
- modules/selinux_mod.py
|
||||
- modules/rsyncd_mod.py
|
||||
- modules/sudo_mod.py
|
||||
- modules/common_unparsed_mod.py
|
||||
- modules/logins_mod.py
|
||||
- modules/kojiload_mod.py
|
||||
|
||||
- name: epylog cron
|
||||
file: src=epylog-default.cron dest=/etc/cron.d/epylog.cron
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue