mirror of
https://github.com/ChristianLempa/boilerplates.git
synced 2024-12-26 00:49:27 +01:00
fix: add missing names
Any play or task should have a name.
This commit is contained in:
parent
70a8bea0ed
commit
24b0819e7f
@ -10,6 +10,7 @@
|
||||
path: /var/run/reboot-required
|
||||
register: reboot_required
|
||||
|
||||
- ansible.builtin.debug:
|
||||
- name: Report if reboot is required
|
||||
ansible.builtin.debug:
|
||||
msg: "Reboot is required"
|
||||
when: reboot_required.stat.exists
|
||||
|
@ -1,5 +1,6 @@
|
||||
---
|
||||
- hosts: all
|
||||
- name: Install Docker
|
||||
hosts: all
|
||||
become: true
|
||||
|
||||
tasks:
|
||||
|
@ -1,5 +1,6 @@
|
||||
---
|
||||
- hosts: all
|
||||
- name: Install microk8s
|
||||
hosts: all
|
||||
become: true
|
||||
|
||||
tasks:
|
||||
|
@ -1,5 +1,6 @@
|
||||
---
|
||||
- hosts: all
|
||||
- name: Install Cockpit
|
||||
hosts: all
|
||||
become: true
|
||||
|
||||
tasks:
|
||||
|
Loading…
Reference in New Issue
Block a user