This commit is contained in:
2024-11-08 22:43:23 +01:00
parent 0ea79fa696
commit 703e8f85e7
5 changed files with 108 additions and 2 deletions

View File

@@ -1 +1,15 @@
---
name: Update & Ubuntu & Debian
apt:
name: "*"
state: latest
update_cache: true
when: ansible_os_family == "Debian"
name: Install basic software
apt:
name: "{{ sk_ubuntu_software }}"
state: latest
update_cache: true
when: ansible_os_family == "Debian"