From 345d3b5041e143a0303e1938fc1f666c61bf7ffe Mon Sep 17 00:00:00 2001 From: "Antonio J. Delgado" Date: Mon, 17 Oct 2022 19:58:59 +0300 Subject: [PATCH] remove link --- tasks/configure.yml | 6 ------ 1 file changed, 6 deletions(-) diff --git a/tasks/configure.yml b/tasks/configure.yml index 6895418..622b142 100644 --- a/tasks/configure.yml +++ b/tasks/configure.yml @@ -112,12 +112,6 @@ - name: Deploy environment shell: r10k deploy environment -p --config /etc/puppetlabs/r10k/r10k.yaml -- name: Link master with production environment - file: - path: /etc/puppetlabs/code/environments/production - src: /etc/puppetlabs/code/environments/master - state: link - - name: Ensure service unit to update puppet code exists template: src: templates/update_puppet_code.service.j2