mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-05-04 21:14:23 +08:00
iad2: make sure there is a /etc/pdc.d dir
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
This commit is contained in:
@@ -20,6 +20,10 @@
|
||||
notify: restart fedmsg-hub
|
||||
tags: pdc
|
||||
|
||||
- name: make sure /etc/pdc.d exists
|
||||
file: dest=/dev/pdc.d state=directory user=root group=root
|
||||
tags: pdc
|
||||
|
||||
- name: copy client tool configuration
|
||||
template: >
|
||||
src={{ item }} dest=/etc/pdc.d/{{item}}
|
||||
|
||||
Reference in New Issue
Block a user