From 0095a3520d1955ed156ebf233b93022d60688697 Mon Sep 17 00:00:00 2001 From: Fulvio Galeazzi <fulvio.galeazzi@garr.it> Date: Mon, 29 Aug 2022 16:31:44 +0200 Subject: [PATCH] 2022-08-29: FG; Reconfigured CT auth server, commented pull of Git repo. --- roles/PowerDNS.admin/tasks/main.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/roles/PowerDNS.admin/tasks/main.yml b/roles/PowerDNS.admin/tasks/main.yml index 981fe2b..d564b22 100644 --- a/roles/PowerDNS.admin/tasks/main.yml +++ b/roles/PowerDNS.admin/tasks/main.yml @@ -60,11 +60,11 @@ path: "{{ pdnsadmin_basedir }}" state: directory -- name: Clone Git repository - git: - repo: "{{ pdnsadmin_gitrepo }}" - clone: yes - dest: "{{ pdnsadmin_basedir }}/{{ pdnsadmin_destdir }}" +# - name: Clone Git repository +# git: +# repo: "{{ pdnsadmin_gitrepo }}" +# clone: yes +# dest: "{{ pdnsadmin_basedir }}/{{ pdnsadmin_destdir }}" - name: Create config.py from template copy: -- GitLab