ansible-lint --fix

This commit is contained in:
Mark Riedesel 2024-11-22 10:45:41 -06:00
parent 5634cd32d3
commit faa046aa21
21 changed files with 181 additions and 179 deletions

View file

@ -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' }}"

View file

@ -1,10 +1,10 @@
---
- name: detect archinso environment
- name: Detect archinso environment
hosts: all
roles:
- detect_archiso
- name: provision base archlinux installation
- name: Provision base archlinux installation
hosts: base
tags: base
roles:

View file

@ -1,4 +1,5 @@
- name: post-install setup
---
- name: Post-install setup
hosts: base
roles:
- software