firmitas: ensure template directory created

Signed-off-by: David Kirwan <davidkirwanirl@gmail.com>
This commit is contained in:
David Kirwan 2024-07-22 13:25:56 +01:00
parent 295c0ccb25
commit 9e9dc31365
No known key found for this signature in database
GPG key ID: A5893AB6474AC37D

View file

@ -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
- name: Create the myconfig.py configuration
ansible.builtin.template: