mirror of
https://github.com/aminnairi/dotfiles.git
synced 2026-09-14 16:52:12 +02:00
now upgrading archlinux after cache update & reflector setup
This commit is contained in:
@@ -1,9 +1,4 @@
|
|||||||
---
|
---
|
||||||
- name: Update all packages
|
|
||||||
become: true
|
|
||||||
pacman:
|
|
||||||
update_cache: true
|
|
||||||
upgrade: true
|
|
||||||
- name: Install Syncthing (synchronization tool)
|
- name: Install Syncthing (synchronization tool)
|
||||||
become: true
|
become: true
|
||||||
pacman:
|
pacman:
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
---
|
---
|
||||||
- name: Update Archlinux cache & packages
|
- name: Update package cache
|
||||||
become: true
|
become: true
|
||||||
pacman:
|
pacman:
|
||||||
update_cache: true
|
update_cache: true
|
||||||
@@ -38,3 +38,7 @@
|
|||||||
daemon_reload: true
|
daemon_reload: true
|
||||||
state: restarted
|
state: restarted
|
||||||
when: reflector_timer_update.changed
|
when: reflector_timer_update.changed
|
||||||
|
- name: Upgrade packages and operating system
|
||||||
|
become: true
|
||||||
|
pacman:
|
||||||
|
upgrade: true
|
||||||
|
|||||||
Reference in New Issue
Block a user