Add sudo:required to be able to run ansible
This commit is contained in:
parent
e5317544dd
commit
c8342226df
@ -2,7 +2,7 @@
|
|||||||
language: python
|
language: python
|
||||||
python: "2.7"
|
python: "2.7"
|
||||||
# Use the new container infrastructure
|
# Use the new container infrastructure
|
||||||
sudo: false
|
sudo: required
|
||||||
# Install ansible
|
# Install ansible
|
||||||
addons:
|
addons:
|
||||||
apt:
|
apt:
|
||||||
|
Loading…
Reference in New Issue
Block a user