This commit is contained in:
2022-03-30 21:45:26 +02:00
parent ef29a5bc0f
commit 53bf6c4631

View File

@@ -1,11 +1,9 @@
---
- name: Basic Arch Linux installation
- hosts: all
vars:
- hostname: 'test-vm'
tasks:
- name: Basic Arch Linux installation
hosts: localhost
pre_tasks:
- name: Update and Upgrade all exisiting packages
community.general.pacman:
update_cache: yes