We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 63b5576 commit 86cb66fCopy full SHA for 86cb66f
README.rst
@@ -43,6 +43,11 @@ Role Variables
43
Dependencies
44
============
45
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``.
51
52
Example Playbook
53
================
meta/main.yml
@@ -8,6 +8,7 @@ galaxy_info:
8
- name: Ubuntu
9
versions:
10
- trusty
11
+ - xenial
12
galaxy_tags:
13
- development
14
- python
0 commit comments