From 4f21ab66a002ffdb2f58436fe998616a192be8fe Mon Sep 17 00:00:00 2001 From: Isshi0417 Date: Tue, 7 Jul 2026 07:12:45 +0000 Subject: [PATCH] Use ansible-playbook instead of ansible-navigator --- .gitea/workflows/deploy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/deploy.yml b/.gitea/workflows/deploy.yml index c648887..8444a66 100644 --- a/.gitea/workflows/deploy.yml +++ b/.gitea/workflows/deploy.yml @@ -33,4 +33,4 @@ jobs: - name: Execute DNS playbook run: | cd ansible - ansible-navigator run configure_dns.yml --mode stdout --ee false --vault-password-file vault_pass + ansible-playbook configure_dns.yml -i inventory.ini --vault-password-file vault_pass