Add update-apt-packages.yaml
This commit is contained in:
1
.gitignore
vendored
1
.gitignore
vendored
@@ -0,0 +1 @@
|
|||||||
|
.vscode/
|
||||||
9
playbooks/update-apt-packages.yaml
Normal file
9
playbooks/update-apt-packages.yaml
Normal file
@@ -0,0 +1,9 @@
|
|||||||
|
---
|
||||||
|
- name: Update APT packages
|
||||||
|
hosts: all
|
||||||
|
become: true
|
||||||
|
tasks:
|
||||||
|
- name: Update APT package index
|
||||||
|
apt:
|
||||||
|
update_cache: true
|
||||||
|
upgrade: yes
|
||||||
Reference in New Issue
Block a user