From 619d02c71bc65b53319f7d33ba0b439f455c2bbf Mon Sep 17 00:00:00 2001 From: DeveloperDurp Date: Fri, 21 Oct 2022 19:02:49 -0500 Subject: [PATCH] update pipeline --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 15df5ef..b7d8996 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -137,7 +137,7 @@ ansible-update-dns: script: - apt update && apt install ansible -y - ansible-galaxy install -r $CI_PROJECT_DIR/group_vars/requirements.yml - - ansible-playbook $CI_PROJECT_DIR/ansible/dns.yml + - ansible-playbook $CI_PROJECT_DIR/tasks/dns.yml only: changes: - tasks/dns.yml \ No newline at end of file