Skip to content

Commit 86cb66f

Browse files
committed
Add support for xenial
1 parent 63b5576 commit 86cb66f

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

README.rst

+5
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,11 @@ Role Variables
4343
Dependencies
4444
============
4545
Ubuntu 14.04 (trusty)
46+
Ubuntu 16.04 (xenial)
47+
48+
.. note::
49+
to run the role on *xenial* one first needs to ssh into the virtual machine and install python, i.e.:
50+
``sudo apt-get install python``.
4651

4752
Example Playbook
4853
================

meta/main.yml

+1
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ galaxy_info:
88
- name: Ubuntu
99
versions:
1010
- trusty
11+
- xenial
1112
galaxy_tags:
1213
- development
1314
- python

0 commit comments

Comments
 (0)