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:
Aurélien Bompard 2025-02-19 12:20:08 +01:00
parent b3c7a683e2
commit a508708744
No known key found for this signature in database
GPG key ID: 31584CFEB9BF64AD

View file

@ -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