aboutsummaryrefslogtreecommitdiff
path: root/ansible/update_adjutor.yml
diff options
context:
space:
mode:
authorclyhtsuriva <aimeric@adjutor.xyz>2025-01-31 16:58:56 +0100
committerclyhtsuriva <aimeric@adjutor.xyz>2025-01-31 16:58:56 +0100
commitf18e9b4ebce97e220f3197d35608366f66896064 (patch)
treed86a192a0911d124ca4d8cb993d1f7690fb5195f /ansible/update_adjutor.yml
parentf6477766b75e401d211944519ea11d4ad4fc9f61 (diff)
Moving ansible stuff to homelab-iac repo.
Also adding patch flag to git add to interactively choose what to commit.
Diffstat (limited to 'ansible/update_adjutor.yml')
-rw-r--r--ansible/update_adjutor.yml12
1 files changed, 0 insertions, 12 deletions
diff --git a/ansible/update_adjutor.yml b/ansible/update_adjutor.yml
deleted file mode 100644
index 2724a30..0000000
--- a/ansible/update_adjutor.yml
+++ /dev/null
@@ -1,12 +0,0 @@
----
-- name: Update the server
- hosts: vps
- become: true
- tasks:
-
- - name: Update and upgrade apt packages
- ansible.builtin.apt:
- update_cache: true
- upgrade: true
- autoremove: true
-...