From b5942017e2616740f64520a84065d3fa850567c7 Mon Sep 17 00:00:00 2001 From: "Antonio J. Delgado" Date: Mon, 17 Oct 2022 14:41:49 +0300 Subject: [PATCH] fix link --- tasks/configure.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tasks/configure.yml b/tasks/configure.yml index dd86d02..d87c103 100644 --- a/tasks/configure.yml +++ b/tasks/configure.yml @@ -122,5 +122,5 @@ - name: Link master with production environment file: path: /etc/puppetlabs/code/environments/production - target: /etc/puppetlabs/code/environments/master + src: /etc/puppetlabs/code/environments/master state: link \ No newline at end of file