moved things around

This commit is contained in:
n0mad1k
2025-04-11 21:00:11 -04:00
parent 95f8c18118
commit 4acb02a88f
27 changed files with 487 additions and 127 deletions
+1
View File
@@ -86,6 +86,7 @@
vars:
c2_ip: "{{ hostvars['localhost']['c2_ip'] | default('127.0.0.1') }}"
redirector_subdomain: "{{ redirector_subdomain | default('cdn') }}"
ansible_python_interpreter: auto # Explicitly add this line
tasks:
- name: Wait for apt to be available
apt: