mirror of
https://github.com/rocky-linux/infrastructure
synced 2024-11-22 05:01:27 +00:00
register
This commit is contained in:
parent
0bf2dbcf98
commit
beeccf478a
@ -28,13 +28,13 @@
|
||||
- name: Check for keytabs - sigul
|
||||
stat:
|
||||
path: /etc/sigul.keytab
|
||||
register: sigul_keytab
|
||||
register: sigul_keytab_register
|
||||
changed_when: "1 != 1"
|
||||
|
||||
- name: Verify keytab
|
||||
assert:
|
||||
that:
|
||||
- "sigul_keytab.stat.exists"
|
||||
- "sigul_keytab_register.stat.exists"
|
||||
success_msg: "It is likely we have all keytabs"
|
||||
fail_msg: "There are no keytabs. Please build the keytabs."
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user