mirror of
https://github.com/kevinveenbirkenbach/computer-playbook.git
synced 2025-08-29 15:06:26 +02:00
Merged system update from pc and server repository
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
# role native-apt-update
|
||||
# role independent-system-apt-update
|
||||
This role updates the packages
|
||||
|
||||
# upgrade
|
3
roles/independent_system-update/meta/main.yml
Normal file
3
roles/independent_system-update/meta/main.yml
Normal file
@@ -0,0 +1,3 @@
|
||||
dependencies:
|
||||
- { role: independent-system-pacman, when: ansible_distribution == 'Archlinux' }
|
||||
- { role: independent-system-apt-update, when: ansible_distribution == "Debian" }
|
@@ -1,4 +0,0 @@
|
||||
- name: update pacman
|
||||
pacman:
|
||||
update_cache: yes
|
||||
upgrade: yes
|
@@ -1,3 +0,0 @@
|
||||
dependencies:
|
||||
- { role: native-pacman-update, when: ansible_distribution == 'Archlinux' }
|
||||
- { role: native-apt-update, when: ansible_distribution == "Debian" }
|
Reference in New Issue
Block a user