Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
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
8935de91
Unverified
Commit
8935de91
authored
Mar 04, 2017
by
Mike Green
Browse files
Use list instead as default (minor)
parent
8effb73a
Changes
1
Show whitespace changes
Inline
Side-by-side
tasks/main.yml
View file @
8935de91
...
...
@@ -16,7 +16,7 @@
package
:
name
:
"
{{
item
}}"
state
:
absent
with_items
:
"
{{
shorewall_incompatible_packages|default(
{}
)
}}"
with_items
:
"
{{
shorewall_incompatible_packages|default(
[]
)
}}"
when
:
(shorewall_package_state != "absent")
-
include
:
shorewall.yml
...
...
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