ansible-lint --fix
This commit is contained in:
parent
5634cd32d3
commit
faa046aa21
21 changed files with 181 additions and 179 deletions
|
@ -1,6 +1,7 @@
|
|||
---
|
||||
- hosts: all
|
||||
become: true
|
||||
tasks:
|
||||
- name: is this a livecd?
|
||||
debug:
|
||||
- name: Is this a livecd?
|
||||
ansible.builtin.debug:
|
||||
msg: "{{ ansible_nodename }} {{ ansible_nodename == 'archiso' }}"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue