mirror of
https://github.com/freeipa/ansible-freeipa.git
synced 2026-05-08 06:13:21 +00:00
Fix ansible-lint E206 (var-spacing) on all test and example playbooks.
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user