From 78561724fa4f58b8d256227f8913e712ecbd30f5 Mon Sep 17 00:00:00 2001 From: Johannes Stoelp Date: Fri, 4 Apr 2025 02:31:36 +0200 Subject: packages: move package update & install into own playbook --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 5399bc9..a3ab0bc 100644 --- a/Makefile +++ b/Makefile @@ -3,8 +3,8 @@ BACKUP := backup setup: ansible-playbook -i inventory.ini --diff setup.yml -update: - ansible -i inventory.ini -b -m ansible.builtin.package --args 'state=latest name=*' ship.lan +packages: + ansible-playbook -i inventory.ini --diff packages.yml backup: ssh -t ship.lan "test -d $(BACKUP) \ -- cgit v1.2.3