From 1597e1381f78bb4fbcbb9d1998efea84e7d3722f Mon Sep 17 00:00:00 2001 From: DeveloperDurp Date: Fri, 21 Oct 2022 18:57:37 -0500 Subject: [PATCH] update pipelines --- .gitlab-ci.yml | 2 +- {ansible => tasks}/dns.yml | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename {ansible => tasks}/dns.yml (100%) 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