hostsetup: rolling fedora

This commit is contained in:
2026-01-12 11:41:26 +08:00
parent 67b71da0d2
commit a1db2d4f43
2 changed files with 3 additions and 3 deletions

View File

@@ -1,5 +1,5 @@
- name: Setup Fedora 41 Host
hosts: fedora_41
- name: Setup Fedora Host
hosts: fedora
tasks:
- name: Install Docker Engine
become: true

View File

@@ -1,3 +1,3 @@
- import_playbook: ./fedora-41.yml
- import_playbook: ./fedora.yml
- import_playbook: ./debian-stable.yml
- import_playbook: ./openeuler.yml