Skip to content
Snippets Groups Projects
Commit ed96cb01 authored by nimrod's avatar nimrod
Browse files

Merge branch 'master' of /home/nimrod/Documents/Shore/Ansible/example

parents bae9904d af0645bb
No related branches found
No related tags found
No related merge requests found
...@@ -9,7 +9,6 @@ cache: ...@@ -9,7 +9,6 @@ cache:
- pip - pip
- directories: - directories:
- $HOME/.pre-commit - $HOME/.pre-commit
- $HOME/virtualenv
install: install:
- pip install -r tests/requirements.txt | cat - pip install -r tests/requirements.txt | cat
......
...@@ -34,8 +34,7 @@ docker: ...@@ -34,8 +34,7 @@ docker:
image: ubuntu image: ubuntu
image_version: xenial image_version: xenial
command: /sbin/init command: /sbin/init
cap_add: privileged: True
- SYS_ADMIN
volume_mounts: volume_mounts:
- /sys/fs/cgroup:/sys/fs/cgroup - /sys/fs/cgroup:/sys/fs/cgroup
- /var/run/dbus/system_bus_socket:/var/run/dbus/system_bus_socket - /var/run/dbus/system_bus_socket:/var/run/dbus/system_bus_socket
...@@ -53,8 +52,7 @@ docker: ...@@ -53,8 +52,7 @@ docker:
image: debian image: debian
image_version: jessie image_version: jessie
command: /sbin/init command: /sbin/init
cap_add: privileged: True
- SYS_ADMIN
volume_mounts: volume_mounts:
- /sys/fs/cgroup:/sys/fs/cgroup - /sys/fs/cgroup:/sys/fs/cgroup
- /var/run/dbus/system_bus_socket:/var/run/dbus/system_bus_socket - /var/run/dbus/system_bus_socket:/var/run/dbus/system_bus_socket
......
ansible==2.2.0.0 ansible==2.2.0.0
testinfra==1.4.4 testinfra==1.4.4
molecule==1.15.0 molecule==1.15.0
ansible-lint==3.4.5 ansible-lint==3.4.6
pre-commit==0.9.3 pre-commit==0.9.3
piprot==0.9.7 piprot==0.9.7
python-vagrant==0.5.14 python-vagrant==0.5.14
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment