From 73c8e181b33eb4f6171b03986bea5fb20039d65e Mon Sep 17 00:00:00 2001 From: "Antonio J. Delgado" Date: Mon, 17 Oct 2022 14:33:26 +0300 Subject: [PATCH] add -p --- tasks/configure.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tasks/configure.yml b/tasks/configure.yml index d6d8919..dcb9230 100644 --- a/tasks/configure.yml +++ b/tasks/configure.yml @@ -115,4 +115,4 @@ state: absent - name: Deploy environment - shell: r10k deploy environment --config /etc/puppetlabs/r10k/r10k.yaml \ No newline at end of file + shell: r10k deploy environment -p --config /etc/puppetlabs/r10k/r10k.yaml \ No newline at end of file