Fixed include_task

This commit is contained in:
max
2025-06-22 18:45:41 +02:00
parent 3c7ce0f8c5
commit 2d4a85826d
3 changed files with 11 additions and 19 deletions

View File

@ -1,8 +1,4 @@
---
- hosts: fedora
tasks:
- name: Upgrade all packages
ansible.builtin.dnf:
name: "*"
state: latest
- name: Upgrade all packages
ansible.builtin.dnf:
name: "*"
state: latest