From b0d13e88dbf3948e69de9837dabe337bc4f63897 Mon Sep 17 00:00:00 2001 From: barry Date: Sun, 18 Feb 2024 06:36:15 -0600 Subject: [PATCH] testing new makefile ideas. --- Makefile | 5 +++++ hosts | 1 + roles/config/tasks/main.yml | 1 - 3 files changed, 6 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 9806036..540baa6 100644 --- a/Makefile +++ b/Makefile @@ -1,3 +1,8 @@ update: ansible-playbook -i hosts main.yml --ask-become-pass + +run: + + ansible-playbook -i hosts main.yml --tags $(TAGS) --ask-become-pass + diff --git a/hosts b/hosts index 08c412b..f3c5c89 100644 --- a/hosts +++ b/hosts @@ -50,5 +50,6 @@ update_schedule_days=['Sat'] update_schedule_starttime="03:00" update_schedule_length=60 disable_rebuilds=true +force_rebuid=true diff --git a/roles/config/tasks/main.yml b/roles/config/tasks/main.yml index 21919bd..28c4e2c 100644 --- a/roles/config/tasks/main.yml +++ b/roles/config/tasks/main.yml @@ -138,4 +138,3 @@ length_minutes = {{ update_schedule_length }} tags: config -