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