testing new makefile ideas.

This commit is contained in:
2024-02-18 06:36:15 -06:00
parent 604dec3794
commit b0d13e88db
3 changed files with 6 additions and 1 deletions
+5
View File
@@ -1,3 +1,8 @@
update: update:
ansible-playbook -i hosts main.yml --ask-become-pass ansible-playbook -i hosts main.yml --ask-become-pass
run:
ansible-playbook -i hosts main.yml --tags $(TAGS) --ask-become-pass
+1
View File
@@ -50,5 +50,6 @@ update_schedule_days=['Sat']
update_schedule_starttime="03:00" update_schedule_starttime="03:00"
update_schedule_length=60 update_schedule_length=60
disable_rebuilds=true disable_rebuilds=true
force_rebuid=true
-1
View File
@@ -138,4 +138,3 @@
length_minutes = {{ update_schedule_length }} length_minutes = {{ update_schedule_length }}
tags: config tags: config