Skip to content
Snippets Groups Projects
Commit 5c833ce1 authored by jurgenhaas's avatar jurgenhaas
Browse files

ansible-playbooks/general#85 Linting [skip-ci]

parent be133a7c
No related branches found
No related tags found
No related merge requests found
---
docker_pip_packages: []
docker_subnet: false
docker_subnet: no
docker_compose_version: 1.17.1
......@@ -18,8 +18,8 @@
state: present
update_cache: yes
notify:
- "Add Docker to Boot-List"
- "Start Docker"
- Add Docker to Boot-List
- Start Docker
- name: Download Docker Compose
get_url:
......@@ -33,7 +33,7 @@
insertafter: pre-start script
regexp: sleep 10
line: sleep 10
when: false
when: no
- name: Configure Docker Daemon
template:
......@@ -72,5 +72,5 @@
chain: '{{ item }}'
with_items:
- DOCKER
#- DOCKER-ISOLATION
# - DOCKER-ISOLATION
when: groups.proxyserver is not defined
......@@ -9,6 +9,6 @@
- block:
- import_tasks: install.yml
- import_tasks: install.yml
when: not excluded_roles or "docker" not in excluded_roles
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment