Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
A
ansible-playbooks
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Commits
Open sidebar
github-mirror
ansible-playbooks
Commits
f732aa52
Commit
f732aa52
authored
May 11, 2018
by
Julian K
Committed by
aflatto
May 11, 2018
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix double quotes (#84)
parent
12c69aca
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
icinga2-ansible-web2-ui/tasks/icinga2_web2_ui_Debian_install.yml
...-ansible-web2-ui/tasks/icinga2_web2_ui_Debian_install.yml
+1
-1
No files found.
icinga2-ansible-web2-ui/tasks/icinga2_web2_ui_Debian_install.yml
View file @
f732aa52
...
...
@@ -21,7 +21,7 @@
set_fact
:
php_version="{{ php_version.stdout_lines[0] | regex_replace('^PHP (\d\.\d).*$','\\1') }}"
-
name
:
Enable PHP apache module
apache2_module
:
name="php{{ php_version }}"
"
apache2_module
:
name="php{{ php_version }}"
-
name
:
Find out timezone
slurp
:
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment