mirror of
https://gitlab.sectorq.eu/jaydee/ansible.git
synced 2026-09-08 21:27:36 +02:00
build
This commit is contained in:
@@ -15,7 +15,7 @@
|
|||||||
ansible.builtin.apt:
|
ansible.builtin.apt:
|
||||||
update_cache: true
|
update_cache: true
|
||||||
upgrade: full
|
upgrade: full
|
||||||
when: ansible_facts.os_family == "Debian"
|
when: ansible_facts.os_family == "Debian" or inventory_hostname in ['rpi5.home.lan']
|
||||||
|
|
||||||
- name: Upgrade RHEL / Rocky / Alma / CentOS
|
- name: Upgrade RHEL / Rocky / Alma / CentOS
|
||||||
ansible.builtin.dnf:
|
ansible.builtin.dnf:
|
||||||
|
|||||||
Reference in New Issue
Block a user