Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
A
Ansible FreeIPA
Manage
Activity
Members
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Model registry
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Mirror
Ansible FreeIPA
Commits
4a628792
Unverified
Commit
4a628792
authored
Aug 26, 2020
by
Sergio Oliveira
Committed by
GitHub
Aug 26, 2020
Browse files
Options
Downloads
Plain Diff
Merge pull request #373 from uumas/firefox
Fix domain not being passed for configuring firefox
parents
9883514c
aab6caf3
No related branches found
No related tags found
No related merge requests found
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
roles/ipaclient/library/ipaclient_setup_firefox.py
+2
-2
2 additions, 2 deletions
roles/ipaclient/library/ipaclient_setup_firefox.py
roles/ipaclient/tasks/install.yml
+1
-0
1 addition, 0 deletions
roles/ipaclient/tasks/install.yml
with
3 additions
and
2 deletions
roles/ipaclient/library/ipaclient_setup_firefox.py
+
2
−
2
View file @
4a628792
...
@@ -37,12 +37,12 @@ description:
...
@@ -37,12 +37,12 @@ description:
options:
options:
domain:
domain:
description: Primary DNS domain of the IPA deployment
description: Primary DNS domain of the IPA deployment
required:
no
required:
yes
firefox_dir:
firefox_dir:
description:
description:
Specify directory where Firefox is installed (for example
Specify directory where Firefox is installed (for example
'
/usr/lib/firefox
'
)
'
/usr/lib/firefox
'
)
required:
yes
required:
no
author:
author:
- Thomas Woerner
- Thomas Woerner
'''
'''
...
...
This diff is collapsed.
Click to expand it.
roles/ipaclient/tasks/install.yml
+
1
−
0
View file @
4a628792
...
@@ -350,6 +350,7 @@
...
@@ -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
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
sign in
to comment