Skip to content

Commit d613d11

Browse files
committed
more Travis stuff
1 parent db7d231 commit d613d11

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,12 @@ python: "2.7"
66

77
env:
88
- TEST_SETUP=tests/test_setup.yml
9-
- ANSIBLE_VERSION=ppa:ansible/ansible-1.9
9+
- ANSIBLE_PPA=ppa:ansible/ansible
1010

1111
before_install:
1212
- sudo apt-get update -qq
1313
- sudo apt-get -y install software-properties-common
14-
- sudo apt-add-repository -y $ANSIBLE_VERSION
14+
- sudo apt-add-repository -y $ANSIBLE_PPA
1515
- sudo apt-get -y update
1616
- sudo apt-get -y install ansible
1717
- ansible --version

meta/main.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,3 +18,5 @@ galaxy_info:
1818
- development
1919
- system
2020
- web
21+
- python
22+
- flask

0 commit comments

Comments
 (0)