fix: fix YAML document markers

This commit is contained in:
Christoph Schug 2024-03-03 15:58:23 +01:00
parent 4111c147f3
commit ba3bb6be85
3 changed files with 2 additions and 2 deletions

View File

@ -1,3 +1,4 @@
---
- name: install core packages
hosts: "{{ my_hosts | d([]) }}"
become: yes

View File

@ -1,5 +1,4 @@
---
- name: Setup Prerequisites To Install Kubernetes
hosts: instance
become: true

View File

@ -1 +1 @@
---