mirror of
https://github.com/geerlingguy/ansible-role-docker.git
synced 2024-11-18 19:10:43 +01:00
removed extra include that I had forgotten to remove.
This commit is contained in:
parent
ab9c581a4b
commit
7605802735
@ -1,6 +1,6 @@
|
|||||||
---
|
---
|
||||||
- name: OS specific setup
|
- name: OS specific setup
|
||||||
include: include: "setup-{{ ansible_os_family }}.yml"
|
include: "setup-{{ ansible_os_family }}.yml"
|
||||||
when: docker_install
|
when: docker_install
|
||||||
|
|
||||||
- name: Install Docker.
|
- name: Install Docker.
|
||||||
|
Loading…
Reference in New Issue
Block a user