need pdc.d directory
Signed-off-by: Ricky Elrod <relrod@redhat.com>
This commit is contained in:
parent
bf945905ff
commit
9ee3b65f20
1 changed files with 8 additions and 0 deletions
|
@ -70,6 +70,14 @@
|
||||||
- mbs
|
- mbs
|
||||||
- mbs/common
|
- mbs/common
|
||||||
|
|
||||||
|
- name: create /etc/pdc.d directory
|
||||||
|
file:
|
||||||
|
path: /etc/pdc.d
|
||||||
|
state: directory
|
||||||
|
owner: root
|
||||||
|
group: root
|
||||||
|
mode: 0775
|
||||||
|
|
||||||
- name: copy pdc client config file
|
- name: copy pdc client config file
|
||||||
copy: >
|
copy: >
|
||||||
src=fedora.json.{{env}} dest=/etc/pdc.d/fedora.json
|
src=fedora.json.{{env}} dest=/etc/pdc.d/fedora.json
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue