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
8effb73a
Commit
8effb73a
authored
Mar 04, 2017
by
Mike Green
Browse files
Added inline default for incompatible package removal, for role condititionals (bug?)
parent
b3c2f018
Changes
1
Show whitespace changes
Inline
Side-by-side
tasks/main.yml
View file @
8effb73a
...
...
@@ -16,7 +16,7 @@
package
:
name
:
"
{{
item
}}"
state
:
absent
with_items
:
"
{{
shorewall_incompatible_packages
}}"
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