firmitas: ensure template directory created first
Signed-off-by: David Kirwan <davidkirwanirl@gmail.com>
This commit is contained in:
parent
4a444490c6
commit
57ca9d90b5
2 changed files with 4 additions and 5 deletions
|
@ -1,9 +1,4 @@
|
|||
---
|
||||
- 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:
|
||||
|
|
|
@ -1,4 +1,8 @@
|
|||
---
|
||||
- name: ensures /ocp4/openshift-apps/firmitas/ dir exists
|
||||
file:
|
||||
path: "/ocp4/openshift-apps/firmitas/"
|
||||
state: directory
|
||||
|
||||
- include_tasks: create-namespace.yml
|
||||
- include_tasks: create-pagure-apikey-secret.yml
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue