This commit is contained in:
2026-03-06 09:03:58 +01:00
parent 73b33bb4c8
commit 59f91e9bbd

View File

@@ -1,3 +1,6 @@
- name: Setup repo sync
become: "{{ 'no' if inventory_hostname in ['sectorq.cloud', 'nas.home.lan'] else 'yes' }}"
block:
- name: Install dnf packages - name: Install dnf packages
ansible.builtin.apt: ansible.builtin.apt:
name: "{{ item }}" name: "{{ item }}"