Skip to content
Snippets Groups Projects
Unverified Commit 4a628792 authored by Sergio Oliveira's avatar Sergio Oliveira Committed by GitHub
Browse files

Merge pull request #373 from uumas/firefox

Fix domain not being passed for configuring firefox
parents 9883514c aab6caf3
Branches
Tags
No related merge requests found
......@@ -37,12 +37,12 @@ description:
options:
domain:
description: Primary DNS domain of the IPA deployment
required: no
required: yes
firefox_dir:
description:
Specify directory where Firefox is installed (for example
'/usr/lib/firefox')
required: yes
required: no
author:
- Thomas Woerner
'''
......
......@@ -350,6 +350,7 @@
- name: Install - Configure firefox
ipaclient_setup_firefox:
firefox_dir: "{{ ipaclient_firefox_dir | default(omit) }}"
domain: "{{ result_ipaclient_test.domain }}"
when: ipaclient_configure_firefox | bool
- name: Install - Configure NIS
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment