diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 04cadac..15df5ef 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -140,4 +140,4 @@ ansible-update-dns: - ansible-playbook $CI_PROJECT_DIR/ansible/dns.yml only: changes: - - ansible/dns.yml \ No newline at end of file + - tasks/dns.yml \ No newline at end of file diff --git a/ansible/dns.yml b/tasks/dns.yml similarity index 100% rename from ansible/dns.yml rename to tasks/dns.yml