We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent db7d231 commit d613d11Copy full SHA for d613d11
.travis.yml
@@ -6,12 +6,12 @@ python: "2.7"
6
7
env:
8
- TEST_SETUP=tests/test_setup.yml
9
- - ANSIBLE_VERSION=ppa:ansible/ansible-1.9
+ - ANSIBLE_PPA=ppa:ansible/ansible
10
11
before_install:
12
- sudo apt-get update -qq
13
- sudo apt-get -y install software-properties-common
14
- - sudo apt-add-repository -y $ANSIBLE_VERSION
+ - sudo apt-add-repository -y $ANSIBLE_PPA
15
- sudo apt-get -y update
16
- sudo apt-get -y install ansible
17
- ansible --version
meta/main.yml
@@ -18,3 +18,5 @@ galaxy_info:
18
- development
19
- system
20
- web
21
+ - python
22
+ - flask
0 commit comments