aboutsummaryrefslogtreecommitdiffstats
path: root/roles/update/tasks/_alpine.yml
diff options
context:
space:
mode:
Diffstat (limited to 'roles/update/tasks/_alpine.yml')
-rw-r--r--roles/update/tasks/_alpine.yml6
1 files changed, 6 insertions, 0 deletions
diff --git a/roles/update/tasks/_alpine.yml b/roles/update/tasks/_alpine.yml
new file mode 100644
index 0000000..8f9a293
--- /dev/null
+++ b/roles/update/tasks/_alpine.yml
@@ -0,0 +1,6 @@
+---
+
+- name: update packages
+ shell: |
+ apk update
+ apk upgrade
remember that computers suck.