This commit is contained in:
Lucas Maurice (Sonic) 2020-08-17 09:37:50 -04:00
parent adf84b2122
commit 96d4d2060d
1 changed files with 9 additions and 0 deletions

View File

@ -13,6 +13,15 @@ env:
- MOLECULE_DISTRO: debian9
- MOLECULE_DISTRO: debian10
before_install:
- sudo apt-get update
- sudo apt-get upgrade -y
- sudo apt-get purge docker-ce -y
- sudo apt-get autoremove -y
- curl -fsSL https://raw.githubusercontent.com/darkwizard242/devopsubuntu1804/v1.0/packer-build/mods/10-docker.sh | sudo bash -s -- install
- sudo usermod -aG docker $USER
- curl -fsSL https://raw.githubusercontent.com/darkwizard242/devopsubuntu1804/v1.0/packer-build/mods/10-docker.sh | sudo bash -s -- restart
install:
# Install test dependencies.
- pip install molecule docker testinfra ansible-lint flake8 yamllint