summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorJohannes Stoelp <johannes.stoelp@gmail.com>2025-04-04 02:31:36 +0200
committerJohannes Stoelp <johannes.stoelp@gmail.com>2025-04-04 02:34:31 +0200
commit78561724fa4f58b8d256227f8913e712ecbd30f5 (patch)
tree73bb4d741d7c47d4d2afed5f46fb87898b5ab420 /Makefile
parent7675dc593326936276cea39f347342bcad8fd96c (diff)
downloadansible-ship-78561724fa4f58b8d256227f8913e712ecbd30f5.tar.gz
ansible-ship-78561724fa4f58b8d256227f8913e712ecbd30f5.zip
packages: move package update & install into own playbook
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
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) \