Releases: likg/ansible-role-csf
Releases · likg/ansible-role-csf
v.1.3.2
bugfix
Migrate to ansible_facts namespace
Migrate to ansible_facts namespace
Correct permissions
- fix csf{pre,post}.sh scripts permissions
Fix travis builds
- correct idempotence check
- switch from xenial to bionic as base travis dist
Add csf.tgz checksum check
- bump ansible version requirements due to get_url checksum feature
- add csf.tgz checksum check
- use loop instead of with_items
- add Ubuntu 18 (xenial) to list of supported distros
- [travis] use ubuntu 18 (xenial) as base distro for tests
Lint rules update
Make ansible-lint happy
SemVer
Migrate to SemVer as strict requirement per ansible/galaxy#914
Move from docker-py to docker PIP module
Move from docker-py to docker PIP module. docker-py is no longer maintained (last release from November 2016), you should install docker instead, ansible/ansible#42162
Update tests docker images
Update tests docker images (geerlingguy -> ansiblecheck)