Fixed include_task
This commit is contained in:
parent
3c7ce0f8c5
commit
2d4a85826d
3 changed files with 11 additions and 19 deletions
|
|
@ -1,7 +1,3 @@
|
|||
---
|
||||
|
||||
- hosts: debian
|
||||
tasks:
|
||||
- name: update APT packages
|
||||
apt:
|
||||
upgrade: yes
|
||||
|
|
|
|||
|
|
@ -1,7 +1,3 @@
|
|||
---
|
||||
|
||||
- hosts: fedora
|
||||
tasks:
|
||||
- name: Upgrade all packages
|
||||
ansible.builtin.dnf:
|
||||
name: "*"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue