Refactored host name groups

This commit is contained in:
Khwezi
2026-04-11 15:42:08 +02:00
parent d691ea9396
commit 0a884d52f0
6 changed files with 9 additions and 9 deletions

View File

@@ -1,7 +1,7 @@
# command: ansible-playbook -i common/config.ini common/update-release.yml
---
- name: Upgrade Ubuntu to next release
hosts: workload-hosts, k3s-hosts
hosts: workload_hosts, k3s_hosts
become: true
tasks:
- name: Ensure update-manager-core is installed