Added truenas update && playbook for fedora and debian hosts
This commit is contained in:
9
Playbooks/machine-update/update-debian-hosts.yaml
Normal file
9
Playbooks/machine-update/update-debian-hosts.yaml
Normal file
@ -0,0 +1,9 @@
|
||||
---
|
||||
|
||||
- hosts: debian
|
||||
tasks:
|
||||
- name: update APT packages
|
||||
apt:
|
||||
upgrade: yes
|
||||
update_cache: yes
|
||||
cache_valid_time: 86400
|
Reference in New Issue
Block a user