Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Sol1 Ansible Roles
sol1-shorewall
Commits
2236b091
Unverified
Commit
2236b091
authored
Mar 01, 2017
by
Mike Green
Browse files
Ensure proper quoting of var
parent
894bb239
Changes
2
Hide whitespace changes
Inline
Side-by-side
tasks/main.yml
View file @
2236b091
...
...
@@ -16,7 +16,7 @@
package
:
name
:
"
{{
item
}}"
state
:
absent
with_items
:
shorewall_incompatible_packages
with_items
:
"
{{
shorewall_incompatible_packages
}}"
when
:
(shorewall_package_state != "absent")
-
include
:
shorewall.yml
...
...
tasks/shorewall6.yml
View file @
2236b091
...
...
@@ -9,7 +9,7 @@
package
:
name
:
"
{{
item
}}"
state
:
"
{{
shorewall6_package_state
}}"
with_items
:
shorewall6_packages
with_items
:
"
{{
shorewall6_packages
}}"
notify
:
-
enable shorewall6
tags
:
...
...
Write
Preview
Supports
Markdown
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