Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merge tasks "Remove iptables INPUT rules if requested" and "Configure iptables INPUT rules" #21

Open
htgoebel opened this issue Feb 5, 2015 · 1 comment

Comments

@htgoebel
Copy link
Contributor

htgoebel commented Feb 5, 2015

These are identical except for the state differing. This can be unified using:

state: '{{ "absent" if (item.delete | default(false)) else 'present' }}"
@drybjed
Copy link
Member

drybjed commented Feb 5, 2015

Good idea, although kinda Ruby-ish looking. :-) I guess I'm not used to it. But if it removes a task, I'm all for it!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants