mirror of
https://github.com/freeipa/ansible-freeipa.git
synced 2026-08-01 12:24:43 +00:00
Fix domain not being passed for configuring firefox
This commit is contained in:
@@ -350,6 +350,7 @@
|
|||||||
- name: Install - Configure firefox
|
- name: Install - Configure firefox
|
||||||
ipaclient_setup_firefox:
|
ipaclient_setup_firefox:
|
||||||
firefox_dir: "{{ ipaclient_firefox_dir | default(omit) }}"
|
firefox_dir: "{{ ipaclient_firefox_dir | default(omit) }}"
|
||||||
|
domain: "{{ result_ipaclient_test.domain }}"
|
||||||
when: ipaclient_configure_firefox | bool
|
when: ipaclient_configure_firefox | bool
|
||||||
|
|
||||||
- name: Install - Configure NIS
|
- name: Install - Configure NIS
|
||||||
|
|||||||
Reference in New Issue
Block a user