IPA: do the toddlers user setup before destroying the admin ticket
Signed-off-by: Aurélien Bompard <aurelien@bompard.org>
This commit is contained in:
parent
b3c7a683e2
commit
a508708744
1 changed files with 8 additions and 8 deletions
|
@ -658,6 +658,14 @@
|
|||
- ipa/server
|
||||
- config
|
||||
|
||||
- name: Include toddlers setup
|
||||
ansible.builtin.import_tasks: toddlers.yml
|
||||
when: env == 'staging'
|
||||
tags:
|
||||
- ipa/server
|
||||
- config
|
||||
- toddlers
|
||||
|
||||
- name: Destroy admin ticket
|
||||
ansible.builtin.command: kdestroy -A
|
||||
changed_when: true
|
||||
|
@ -794,11 +802,3 @@
|
|||
tags:
|
||||
- ipa/server
|
||||
- config
|
||||
|
||||
- name: Include toddlers setup
|
||||
ansible.builtin.import_tasks: toddlers.yml
|
||||
when: env == 'staging'
|
||||
tags:
|
||||
- ipa/server
|
||||
- config
|
||||
- toddlers
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue