mirror of
https://github.com/freeipa/ansible-freeipa.git
synced 2026-07-30 11:24:50 +00:00
ipaclient: Properly name automount_location var and add documentation
The ipaclient_automount_location variable was badly named as ipaautomount_location. Additionally it was not documented in the role README file. Fixes: #1166 (.. automount-location to the ipa-client role)
This commit is contained in:
@@ -397,7 +397,7 @@
|
||||
ipaclient_setup_automount:
|
||||
servers: "{{ result_ipaclient_test.servers }}"
|
||||
sssd: "{{ result_ipaclient_test.sssd }}"
|
||||
automount_location: "{{ ipaautomount_location | default(omit) }}"
|
||||
automount_location: "{{ ipaclient_automount_location | default(omit) }}"
|
||||
|
||||
- name: Install - Configure firefox
|
||||
ipaclient_setup_firefox:
|
||||
|
||||
Reference in New Issue
Block a user