testing new makefile ideas.

This commit is contained in:
barry 2024-02-18 06:36:15 -06:00
parent 604dec3794
commit b0d13e88db
3 changed files with 6 additions and 1 deletions

View File

@ -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

1
hosts
View File

@ -50,5 +50,6 @@ update_schedule_days=['Sat']
update_schedule_starttime="03:00"
update_schedule_length=60
disable_rebuilds=true
force_rebuid=true

View File

@ -138,4 +138,3 @@
length_minutes = {{ update_schedule_length }}
tags: config