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:
Thomas Woerner
2023-11-08 12:33:41 +01:00
parent f1a6f44477
commit b22bf4dfb9
2 changed files with 2 additions and 1 deletions

View File

@@ -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: