Add sudo:required to be able to run ansible

This commit is contained in:
Ismandra Eka Nugraha 2018-04-13 16:11:39 +07:00
parent e5317544dd
commit c8342226df

View File

@ -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: