diff options
author | Elizabeth Hunt <me@liz.coffee> | 2025-03-23 21:35:03 -0700 |
---|---|---|
committer | Elizabeth Hunt <me@liz.coffee> | 2025-03-23 21:35:03 -0700 |
commit | aeab0e7c54e3995312490e7c4476f162b880f625 (patch) | |
tree | 5cc2e8cf3f5a121493ccf4a62787774f9f78fa12 /deploy.yml | |
parent | e5eba51991a0640c6e5d1da0bd78cdbc9d4513f2 (diff) | |
download | infra-aeab0e7c54e3995312490e7c4476f162b880f625.tar.gz infra-aeab0e7c54e3995312490e7c4476f162b880f625.zip |
fix outbound stuff
Diffstat (limited to 'deploy.yml')
-rw-r--r-- | deploy.yml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -25,7 +25,7 @@ ansible.builtin.import_playbook: playbooks/portainer.yml - name: Keepalived - ansible.builtin.import_playbook: playbooks/portainer.yml + ansible.builtin.import_playbook: playbooks/keepalived.yml - name: Pihole ansible.builtin.import_playbook: playbooks/pihole.yml |