ansible-collections / ansible-consul

:satellite: Ansible role for Hashicorp Consul clusters

Home Page:https://galaxy.ansible.com/ansible-community/consul/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Check mode missing in one task

jstenvall-ducksify opened this issue · comments

Hello,

In the task Create temporary file for raw gossip encryption key in the file nix.yml check mode is missing. This task sets the variable consul_raw_key_file, and it must do so also in check mode, otherwise the following task fails: Write gossip encryption key locally for use with new servers

This is simple to fix by adding check_mode: false on line 111 in nix.yml.

Thanks a lot for your effort and support!

Sure, no problem. See #580.