From f811ce5fb1cfcf0ffa90c8c72e526d30af289e22 Mon Sep 17 00:00:00 2001 From: "Antonio J. Delgado" Date: Mon, 17 Oct 2022 13:19:48 +0300 Subject: [PATCH] change readme filename --- tasks/configure.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tasks/configure.yml b/tasks/configure.yml index 776750e..46b3f6f 100644 --- a/tasks/configure.yml +++ b/tasks/configure.yml @@ -72,7 +72,7 @@ - name: Check if readme file exists in puppet code folder stat: - path: /etc/puppetlabs/code/environments/production/README + path: /etc/puppetlabs/code/environments/production/README.md register: code_readme when: puppet_code.stat.exists