Fix ansible-lint E206 (var-spacing) on all test and example playbooks.

This commit is contained in:
Rafael Guterres Jeffman
2021-05-31 13:37:28 -03:00
parent ca4e9cd1e7
commit 1054bdd0e3
6 changed files with 46 additions and 46 deletions

View File

@@ -159,7 +159,7 @@ EXAMPLES = '''
register: result
- name: display default login shell
debug:
msg: '{{result.config.defaultshell[0] }}'
msg: '{{ result.config.defaultshell[0] }}'
- name: set defaultshell and maxusername
ipaconfig: