From 94406996e37881f4c2204323cccf508c6c09e988 Mon Sep 17 00:00:00 2001 From: Kevin Fenzi Date: Wed, 6 Aug 2025 11:54:56 -0700 Subject: [PATCH] tftp_server: delete files not in bigfiles on batcave01 We should just always setup files on batcave and sync them over instead of having local copies of things. I've saved a copy of the current one off on each noc in case there was some super special image we didn't save off, but hopefully we don't need it. Signed-off-by: Kevin Fenzi --- roles/tftp_server/tasks/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/tftp_server/tasks/main.yml b/roles/tftp_server/tasks/main.yml index 7a5997dc09..6710f2ca96 100644 --- a/roles/tftp_server/tasks/main.yml +++ b/roles/tftp_server/tasks/main.yml @@ -32,7 +32,7 @@ - tftp_server - name: Fill up the tftpboot directory - synchronize: src="{{ bigfiles }}/tftpboot/" dest=/var/lib/tftpboot/ + synchronize: src="{{ bigfiles }}/tftpboot/" dest=/var/lib/tftpboot/ delete=true tags: - tftp_server