aboutsummaryrefslogtreecommitdiff
path: root/ansible/update_adjutor.yml
diff options
context:
space:
mode:
Diffstat (limited to 'ansible/update_adjutor.yml')
-rw-r--r--ansible/update_adjutor.yml10
1 files changed, 10 insertions, 0 deletions
diff --git a/ansible/update_adjutor.yml b/ansible/update_adjutor.yml
new file mode 100644
index 0000000..562a083
--- /dev/null
+++ b/ansible/update_adjutor.yml
@@ -0,0 +1,10 @@
+---
+ - name: Update the server
+ hosts: vps
+ become: yes
+ tasks:
+ - name : Update and upgrade apt packages
+ apt:
+ update_cache: yes
+ upgrade: yes
+ autoremove: yes