mirror of
https://github.com/fscotto/infra.git
synced 2026-05-31 07:49:57 +00:00
Split xbps upgrade from package install task
This commit is contained in:
@@ -11,6 +11,11 @@
|
|||||||
changed_when: false
|
changed_when: false
|
||||||
when: "'void-repo-nonfree' in (host_packages | default([]) + void_packages_base | default([]))"
|
when: "'void-repo-nonfree' in (host_packages | default([]) + void_packages_base | default([]))"
|
||||||
|
|
||||||
|
- name: Synchronize and upgrade Void Linux packages
|
||||||
|
community.general.xbps:
|
||||||
|
update_cache: true
|
||||||
|
upgrade: true
|
||||||
|
|
||||||
- name: Install packages on Void Linux
|
- name: Install packages on Void Linux
|
||||||
community.general.xbps:
|
community.general.xbps:
|
||||||
name: >-
|
name: >-
|
||||||
@@ -21,5 +26,4 @@
|
|||||||
+ (host_packages | default([]))
|
+ (host_packages | default([]))
|
||||||
}}
|
}}
|
||||||
state: present
|
state: present
|
||||||
update_cache: true
|
update_cache: false
|
||||||
upgrade: true
|
|
||||||
|
|||||||
Reference in New Issue
Block a user