File tree Expand file tree Collapse file tree 4 files changed +2
-16
lines changed Expand file tree Collapse file tree 4 files changed +2
-16
lines changed Original file line number Diff line number Diff line change 1
1
---
2
2
services : docker
3
+ dist : focal
3
4
4
5
branches :
5
6
only :
Original file line number Diff line number Diff line change 3
3
# Collection playbook tests.
4
4
set -e
5
5
6
- # Make sure pip3 is available.
7
- sudo apt-get update
8
- sudo apt-get install -y python3-pip python3-setuptools
9
-
10
6
# Install dependencies.
11
7
pip3 install ansible
12
8
Original file line number Diff line number Diff line change 3
3
# Molecule playbook tests.
4
4
set -e
5
5
6
- # Make sure pip3 is available.
7
- sudo apt-get update
8
- sudo apt-get install -y python3-pip python3-setuptools
9
-
10
- # Upgrade Docker to work with docker-py.
11
- curl https://gist.githubusercontent.com/geerlingguy/ce883ad4aec6a5f1187ef93bd338511e/raw/36612d28981d92863f839c5aefe5b7dd7193d6c6/travis-ci-docker-upgrade.sh | sudo bash
12
-
13
6
# Install dependencies.
14
- pip3 install wheel ansible molecule ansible-lint yamllint docker
7
+ pip3 install ansible molecule ansible-lint yamllint docker
15
8
16
9
cd molecule
17
10
Original file line number Diff line number Diff line change 3
3
# Orchestration tests.
4
4
set -e
5
5
6
- # Make sure pip3 is available.
7
- sudo apt-get update
8
- sudo apt-get install -y python3-pip python3-setuptools
9
-
10
6
# Install dependencies.
11
7
pip3 install ansible
12
8
You can’t perform that action at this time.
0 commit comments