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

@@ -56,7 +56,7 @@ Example playbook to read config options:
register: result
- name: display default login shell
debug:
msg: '{{result.config.defaultlogin }}'
msg: '{{ result.config.defaultlogin }}'
- name: ensure defaultloginshell and maxusernamelength are set as required
ipaconfig: