t
This commit is contained in:
@@ -1,11 +1,9 @@
|
|||||||
---
|
---
|
||||||
|
- name: Basic Arch Linux installation
|
||||||
- hosts: all
|
- hosts: all
|
||||||
vars:
|
vars:
|
||||||
- hostname: 'test-vm'
|
- hostname: 'test-vm'
|
||||||
tasks:
|
tasks:
|
||||||
- name: Basic Arch Linux installation
|
|
||||||
hosts: localhost
|
|
||||||
pre_tasks:
|
|
||||||
- name: Update and Upgrade all exisiting packages
|
- name: Update and Upgrade all exisiting packages
|
||||||
community.general.pacman:
|
community.general.pacman:
|
||||||
update_cache: yes
|
update_cache: yes
|
||||||
|
|||||||
Reference in New Issue
Block a user