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' }}"
|
||||
|
|
|
@ -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:
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
- name: post-install setup
|
||||
---
|
||||
- name: Post-install setup
|
||||
hosts: base
|
||||
roles:
|
||||
- software
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue