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