griggheo / ansible-consul-template

Ansible role for installing consul-template
Apache License 2.0
54 stars 52 forks source link

Do not read the filesystem when check mode is on #50

Closed JGodin-C2C closed 4 years ago

JGodin-C2C commented 4 years ago

Ansible can run check mode, however, when it tries to read a file that should have been previously downloaded it fails and check mode cannote continue. This PR solve this problem by skipping the task in check mode.