mirror of
https://github.com/freeipa/ansible-freeipa.git
synced 2026-07-25 00:44:42 +00:00
Fix comment identation in test playbooks.
Comments in YAML files should be aligned to content.
This commit is contained in:
@@ -197,7 +197,7 @@
|
|||||||
register: result
|
register: result
|
||||||
failed_when: not result.changed or result.failed
|
failed_when: not result.changed or result.failed
|
||||||
|
|
||||||
# cleanup
|
# cleanup
|
||||||
- name: Ensure that dns record 'host01' is absent
|
- name: Ensure that dns record 'host01' is absent
|
||||||
ipadnsrecord:
|
ipadnsrecord:
|
||||||
ipaadmin_password: SomeADMINpassword
|
ipaadmin_password: SomeADMINpassword
|
||||||
|
|||||||
@@ -48,7 +48,7 @@
|
|||||||
name: mylocation
|
name: mylocation
|
||||||
state: absent
|
state: absent
|
||||||
|
|
||||||
# CREATE TEST ITEMS
|
# CREATE TEST ITEMS
|
||||||
|
|
||||||
- name: Ensure location "mylocation" is present
|
- name: Ensure location "mylocation" is present
|
||||||
ipalocation:
|
ipalocation:
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
---
|
---
|
||||||
# Tasks to test member management for Vault module.
|
# Tasks to test member management for Vault module.
|
||||||
- name: Setup testing environment.
|
- name: Setup testing environment.
|
||||||
import_tasks: env_setup.yml
|
import_tasks: env_setup.yml
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user