firmitas: ensure template directory created
Signed-off-by: David Kirwan <davidkirwanirl@gmail.com>
This commit is contained in:
parent
295c0ccb25
commit
9e9dc31365
1 changed files with 5 additions and 0 deletions
|
@ -1,4 +1,9 @@
|
||||||
---
|
---
|
||||||
|
- name: ensures /ocp4/openshift-apps/firmitas/ dir exists
|
||||||
|
file:
|
||||||
|
path: "/ocp4/openshift-apps/firmitas/"
|
||||||
|
state: directory
|
||||||
|
|
||||||
# generate the templates for project to be created
|
# generate the templates for project to be created
|
||||||
- name: Create the myconfig.py configuration
|
- name: Create the myconfig.py configuration
|
||||||
ansible.builtin.template:
|
ansible.builtin.template:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue