iad2: make sure there is a /etc/pdc.d dir
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
This commit is contained in:
parent
021987bc4a
commit
5c4fcb66d5
1 changed files with 4 additions and 0 deletions
|
@ -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}}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue