naftulikay / ansible-role-degoss

An Ansible role for installing, running, and removing Goss from a system without leaving any traces.
Other
42 stars 12 forks source link

Fix Boolean Conversion Deprecations #49

Closed naftulikay closed 5 years ago

naftulikay commented 5 years ago

Ansible is now telling people to use loop instead of with_*, so this does that in addition to fixing boolean conversion deprecations.

naftulikay commented 5 years ago

Since the only way to pin role versions in Ansible Galaxy is by directly referencing a specific version, this qualifies as a bugfix revision, rather than a major revision. It's not possible to pin to a version range in Ansible Galaxy, so if you're not pinning, it is expected that your Ansible version is also not being pinned.