Fix name of install docker playbooks

This commit is contained in:
Gleb Koval 2024-01-29 22:41:33 +00:00
parent 334276e654
commit e807abb376
Signed by: cyclane
GPG Key ID: 15E168A8B332382C
5 changed files with 5 additions and 5 deletions

View File

@ -1,4 +1,4 @@
- name: Install software - name: Install docker
hosts: cloud hosts: cloud
gather_facts: false gather_facts: false
tasks: tasks:

View File

@ -1,4 +1,4 @@
- name: Install software - name: Install docker
hosts: music hosts: music
gather_facts: false gather_facts: false
tasks: tasks:

View File

@ -1,4 +1,4 @@
- name: Install software - name: Install docker
hosts: photos hosts: photos
gather_facts: false gather_facts: false
tasks: tasks:

View File

@ -1,4 +1,4 @@
- name: Install software - name: Install docker
hosts: samba hosts: samba
gather_facts: false gather_facts: false
tasks: tasks:

View File

@ -1,4 +1,4 @@
- name: Install software - name: Install docker
hosts: secrets hosts: secrets
gather_facts: false gather_facts: false
tasks: tasks: