Fix include_role
Signed-off-by: Patrick Uiterwijk <puiterwijk@redhat.com>
This commit is contained in:
parent
0521332637
commit
cb61c9293f
1 changed files with 4 additions and 2 deletions
|
@ -3,8 +3,10 @@
|
||||||
register: tmpfile
|
register: tmpfile
|
||||||
run_once: true
|
run_once: true
|
||||||
|
|
||||||
- include_role: keytab/service
|
- name: Acquire a keytab
|
||||||
kt_location: "{{ tmpfile.path }}"
|
include_role: keytab/service
|
||||||
|
vars:
|
||||||
|
kt_location: "{{ tmpfile.path }}"
|
||||||
|
|
||||||
- name: Call `oc secrets new` on the copied file
|
- name: Call `oc secrets new` on the copied file
|
||||||
shell: oc -n {{app}} secrets new {{secret_name}} {{key}}={{tmpfile.path}}
|
shell: oc -n {{app}} secrets new {{secret_name}} {{key}}={{tmpfile.path}}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue