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
894bb239
Commit
894bb239
authored
Mar 01, 2017
by
Michael Green
Committed by
GitHub
Mar 01, 2017
Browse files
Merge pull request #1 from ser/patch-1
it's a dict
parents
fa448348
27c6ff38
Changes
1
Hide whitespace changes
Inline
Side-by-side
tasks/shorewall.yml
View file @
894bb239
...
...
@@ -9,7 +9,7 @@
package
:
name
:
"
{{
item
}}"
state
:
"
{{
shorewall_package_state
}}"
with_items
:
shorewall_packages
with_items
:
"
{{
shorewall_packages
}}"
notify
:
-
enable shorewall
tags
:
...
...
@@ -55,4 +55,4 @@
tags
:
-
configuration
when
:
(shorewall_package_state != "absent")
\ No newline at end of file
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