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,7 +3,9 @@
|
||||||
register: tmpfile
|
register: tmpfile
|
||||||
run_once: true
|
run_once: true
|
||||||
|
|
||||||
- include_role: keytab/service
|
- name: Acquire a keytab
|
||||||
|
include_role: keytab/service
|
||||||
|
vars:
|
||||||
kt_location: "{{ tmpfile.path }}"
|
kt_location: "{{ tmpfile.path }}"
|
||||||
|
|
||||||
- name: Call `oc secrets new` on the copied file
|
- name: Call `oc secrets new` on the copied file
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue