Fix name of install docker playbooks
This commit is contained in:
parent
334276e654
commit
e807abb376
|
@ -1,4 +1,4 @@
|
|||
- name: Install software
|
||||
- name: Install docker
|
||||
hosts: cloud
|
||||
gather_facts: false
|
||||
tasks:
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
- name: Install software
|
||||
- name: Install docker
|
||||
hosts: music
|
||||
gather_facts: false
|
||||
tasks:
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
- name: Install software
|
||||
- name: Install docker
|
||||
hosts: photos
|
||||
gather_facts: false
|
||||
tasks:
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
- name: Install software
|
||||
- name: Install docker
|
||||
hosts: samba
|
||||
gather_facts: false
|
||||
tasks:
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
- name: Install software
|
||||
- name: Install docker
|
||||
hosts: secrets
|
||||
gather_facts: false
|
||||
tasks:
|
||||
|
|
Loading…
Reference in New Issue