File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ sudo apt-get install -y python3-pip python3-setuptools
9
9
pip3 install --upgrade setuptools pip
10
10
11
11
# Install dependencies.
12
- sudo pip3 install ansible
12
+ pip3 install ansible
13
13
14
14
cd collection
15
15
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ pip3 install --upgrade setuptools pip
12
12
curl https://gist.githubusercontent.com/geerlingguy/ce883ad4aec6a5f1187ef93bd338511e/raw/36612d28981d92863f839c5aefe5b7dd7193d6c6/travis-ci-docker-upgrade.sh | sudo bash
13
13
14
14
# Install dependencies.
15
- sudo pip3 install ansible molecule ansible-lint yamllint docker
15
+ pip3 install ansible molecule ansible-lint yamllint docker
16
16
17
17
cd molecule
18
18
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ sudo apt-get install -y python3-pip python3-setuptools
9
9
pip3 install --upgrade setuptools pip
10
10
11
11
# Install dependencies.
12
- sudo pip3 install ansible
12
+ pip3 install ansible
13
13
14
14
cd orchestration/scripts
15
15
You can’t perform that action at this time.
0 commit comments