Different tasks added
This commit is contained in:
16
apt.upgrade.dist.yml
Normal file
16
apt.upgrade.dist.yml
Normal file
@@ -0,0 +1,16 @@
|
||||
---
|
||||
# Upgrade Distro & all APT packages (Debian/Ubuntu)
|
||||
#
|
||||
# Run:
|
||||
# ansible-playbook -i inventory/hosts tasks/apt.upgrade.dist.yml
|
||||
#
|
||||
# Prepare:
|
||||
# See readme.md and init your workspace
|
||||
- name: Upgrade Distro & all packages
|
||||
hosts: all
|
||||
become: true
|
||||
vars:
|
||||
packagemanager_dist_upgrade: true
|
||||
|
||||
roles:
|
||||
- packagemanager
|
||||
Reference in New Issue
Block a user