Skip to content
Snippets Groups Projects
Unverified Commit fd9ecc24 authored by Thomas Woerner's avatar Thomas Woerner Committed by GitHub
Browse files

Merge pull request #702 from jh23453/patch-1

Login shell is called defaultshell and not defaultlogin
parents b1555254 b53f2a08
No related branches found
No related tags found
No related merge requests found
......@@ -56,12 +56,12 @@ Example playbook to read config options:
register: result
- name: display default login shell
debug:
msg: '{{ result.config.defaultlogin }}'
msg: '{{ result.config.defaultshell }}'
- name: ensure defaultloginshell and maxusernamelength are set as required
ipaconfig:
ipaadmin_password: password
defaultlogin: /bin/bash
defaultshell: /bin/bash
maxusername: 64
```
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment