Add Arch updates and remove dynamic Linode inventories for now
This commit is contained in:
8
roles/infrastructure/arch_update/tasks/main.yml
Normal file
8
roles/infrastructure/arch_update/tasks/main.yml
Normal file
@@ -0,0 +1,8 @@
|
||||
---
|
||||
- name: Update package database
|
||||
ansible.builtin.command: pacman -Sy --noconfirm
|
||||
become: yes
|
||||
|
||||
- name: Update all packages
|
||||
ansible.builtin.command: pacman -Su --noconfirm
|
||||
become: yes
|
Reference in New Issue
Block a user