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