Skip to content
Snippets Groups Projects
Commit 75ba9c6b authored by nimrod's avatar nimrod
Browse files

- Added support for Ubuntu Xenial.

parent 73e6ecb1
No related branches found
No related tags found
No related merge requests found
...@@ -63,6 +63,4 @@ at: https://www.shore.co.il/git/. ...@@ -63,6 +63,4 @@ at: https://www.shore.co.il/git/.
TODO TODO
---- ----
- Support for Ubuntu Xenial (better assertions as well).
- Maybe detect Systemd version?
- Tests. - Tests.
...@@ -9,5 +9,8 @@ galaxy_info: ...@@ -9,5 +9,8 @@ galaxy_info:
versions: versions:
- Jessie - Jessie
- Stretch - Stretch
- name: Ubuntu
versions:
- xenial
galaxy_tags: [ ansible ] galaxy_tags: [ ansible ]
dependencies: [] dependencies: []
...@@ -5,7 +5,7 @@ ...@@ -5,7 +5,7 @@
assert: assert:
that: that:
- ansible_os_family == 'Debian' - ansible_os_family == 'Debian'
- ansible_distribution_major_version >= 8 - ansible_distribution_release in ['jessie', 'xenial'] or ansible_distribution_version in ['stretch/sid']
- ansible_service_mgr == 'systemd' - ansible_service_mgr == 'systemd'
- name: APT install - name: APT install
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment