Adjust output parsing... :-/
Signed-off-by: Aurélien Bompard <aurelien@bompard.org>
This commit is contained in:
parent
dc9ad4da3f
commit
96bc8300f1
1 changed files with 4 additions and 4 deletions
|
@ -334,8 +334,8 @@
|
||||||
- config
|
- config
|
||||||
when: ipa_initial
|
when: ipa_initial
|
||||||
register: output
|
register: output
|
||||||
changed_when: "'already exists' not in output.stderr"
|
changed_when: "'is already a member' not in output.stdout"
|
||||||
failed_when: "'already exists' not in output.stderr and output.rc != 0"
|
failed_when: "'is already a member' not in output.stdout and output.rc != 0"
|
||||||
- name: Add the ipausers group to the CA ACL
|
- name: Add the ipausers group to the CA ACL
|
||||||
command: ipa caacl-add-profile userCerts --certprofile userCerts
|
command: ipa caacl-add-profile userCerts --certprofile userCerts
|
||||||
tags:
|
tags:
|
||||||
|
@ -343,8 +343,8 @@
|
||||||
- config
|
- config
|
||||||
when: ipa_initial
|
when: ipa_initial
|
||||||
register: output
|
register: output
|
||||||
changed_when: "'already exists' not in output.stderr"
|
changed_when: "'is already a member' not in output.stdout"
|
||||||
failed_when: "'already exists' not in output.stderr and output.rc != 0"
|
failed_when: "'is already a member' not in output.stdout and output.rc != 0"
|
||||||
|
|
||||||
# HBAC
|
# HBAC
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue