aboutsummaryrefslogtreecommitdiffstats
path: root/roles/update/tasks/main.yml
diff options
context:
space:
mode:
Diffstat (limited to 'roles/update/tasks/main.yml')
-rw-r--r--roles/update/tasks/main.yml12
1 files changed, 12 insertions, 0 deletions
diff --git a/roles/update/tasks/main.yml b/roles/update/tasks/main.yml
new file mode 100644
index 0000000..8c5fed8
--- /dev/null
+++ b/roles/update/tasks/main.yml
@@ -0,0 +1,12 @@
+
+# update
+# update package to latest
+
+---
+
+- name: include per-distro update
+ include: "_{{ ansible_distribution | lower }}.yml"
+
+- name: include per-distro update-update/upgrade
+ include: "_{{ ansible_distribution | lower }}_full.yml"
+ when: update_full
remember that computers suck.