mirror of
https://github.com/freeipa/ansible-freeipa.git
synced 2026-05-07 05:43:26 +00:00
ipauser, ipahost: Enable verification for certificate tests.
Some tests for ipahost and ipauser modules, related to certificates had the verification part disabled. This patch enable these verifications.
This commit is contained in:
@@ -72,8 +72,8 @@
|
||||
- "{{ lookup('file', 'cert3.b64', rstrip=False) }}"
|
||||
state: absent
|
||||
action: member
|
||||
#register: result
|
||||
#failed_when: not result.changed or result.failed
|
||||
register: result
|
||||
failed_when: not result.changed or result.failed
|
||||
|
||||
- name: Host test cert members absent again
|
||||
ipahost:
|
||||
|
||||
@@ -67,8 +67,8 @@
|
||||
- "{{ lookup('file', 'cert3.b64', rstrip=False) }}"
|
||||
state: absent
|
||||
action: member
|
||||
#register: result
|
||||
#failed_when: not result.changed or result.failed
|
||||
register: result
|
||||
failed_when: not result.changed or result.failed
|
||||
|
||||
- name: User test cert members absent again
|
||||
ipauser:
|
||||
|
||||
@@ -51,8 +51,8 @@
|
||||
- "{{ lookup('file', 'cert2.b64', rstrip=False) }}"
|
||||
state: absent
|
||||
action: member
|
||||
#register: result
|
||||
#failed_when: not result.changed or result.failed
|
||||
register: result
|
||||
failed_when: not result.changed or result.failed
|
||||
|
||||
- name: Remove certificate files.
|
||||
shell:
|
||||
|
||||
Reference in New Issue
Block a user