Fix comment identation in test playbooks.

Comments in YAML files should be aligned to content.
This commit is contained in:
Rafael Guterres Jeffman
2021-05-27 19:28:12 -03:00
parent 2939b260fc
commit db900ffe6a
3 changed files with 3 additions and 3 deletions

View File

@@ -197,7 +197,7 @@
register: result
failed_when: not result.changed or result.failed
# cleanup
# cleanup
- name: Ensure that dns record 'host01' is absent
ipadnsrecord:
ipaadmin_password: SomeADMINpassword

View File

@@ -48,7 +48,7 @@
name: mylocation
state: absent
# CREATE TEST ITEMS
# CREATE TEST ITEMS
- name: Ensure location "mylocation" is present
ipalocation:

View File

@@ -1,5 +1,5 @@
---
# Tasks to test member management for Vault module.
# Tasks to test member management for Vault module.
- name: Setup testing environment.
import_tasks: env_setup.yml