Releases: alvistack/ansible-role-rclone
Releases · alvistack/ansible-role-rclone
4.0.0
Major Changes
- Upgrade minimal Ansible support to 2.9.0
- Upgrade Travis CI test as Ubuntu Bionic based
3.5.0
Major Changes
- Support openSUSE Leap 15.1
- Default with Python 3
- Revamp molecule test with vagrant
3.4.0
Major Changes
- Run molecule test manually on Travis CI
3.3.0
Major Changes
- Update for RHEL 7
- Add Vagrant test for RHEL 7
- Download archives to
/var/cache/ansible
- Upgrade packages if archives not found from
/var/cache/ansible
3.2.0
Major Changes
- Update LXD test profile for Kubernetes v1.15.0 support
- Fix molecule
group_vars
with links
- Replace
with_items
with loop
- Replace
with_dict
with var
- Replace
with_first_found
with lookup('first_found')
3.1.0
Major Changes
- Always include default variables from
vars/main.yml
- Always use
become: true
with molecule, especially for vagrant
- Abstract archive download checksum with multiple version support
- Add
/usr/local/bin/rclonefs
3.0.0
Major Changes
- Upgrade minimal Ansible support to 2.8.0
2.6.0
Major Changes
- Refine Travis CI Molecue test cases
2.5.0
Major Changes
- Run test with
travis_wait 120