mirror of
https://github.com/roles-ansible/ansible_role_restic.git
synced 2024-12-11 23:41:32 +01:00
add addons
This commit is contained in:
parent
7ffeb6fe8b
commit
5b0f1dfb54
1 changed files with 4 additions and 1 deletions
|
@ -14,8 +14,11 @@ env:
|
||||||
|
|
||||||
install:
|
install:
|
||||||
- pip install molecule docker
|
- pip install molecule docker
|
||||||
|
|
||||||
- git clone https://github.com/arillso/tests molecule/default/lint
|
- git clone https://github.com/arillso/tests molecule/default/lint
|
||||||
|
addons:
|
||||||
|
apt:
|
||||||
|
packages:
|
||||||
|
- bzip2
|
||||||
|
|
||||||
before_script:
|
before_script:
|
||||||
- cd ../
|
- cd ../
|
||||||
|
|
Loading…
Reference in a new issue