Added truenas update && playbook for fedora and debian hosts
This commit is contained in:
8
Playbooks/machine-update/update-fedora-hosts.yaml
Normal file
8
Playbooks/machine-update/update-fedora-hosts.yaml
Normal file
@ -0,0 +1,8 @@
|
||||
---
|
||||
|
||||
- hosts: fedora
|
||||
tasks:
|
||||
- name: Upgrade all packages
|
||||
ansible.builtin.dnf:
|
||||
name: "*"
|
||||
state: latest
|
Reference in New Issue
Block a user