mirror of
https://github.com/FAUSheppy/no-secrets-athq-ansible
synced 2025-12-09 21:18:32 +01:00
add: upgrade all playbook
This commit is contained in:
7
upgrade-all.yaml
Normal file
7
upgrade-all.yaml
Normal file
@@ -0,0 +1,7 @@
|
|||||||
|
---
|
||||||
|
- hosts: all
|
||||||
|
tasks:
|
||||||
|
- name: Update apt-get repo and cache
|
||||||
|
apt: update_cache=yes force_apt_get=yes cache_valid_time=3600
|
||||||
|
- name: Upgrade all apt packages
|
||||||
|
apt: upgrade=dist force_apt_get=yes
|
||||||
Reference in New Issue
Block a user