Skip to content

Commit

Permalink
Fix var name
Browse files Browse the repository at this point in the history
  • Loading branch information
brianshumate committed Oct 29, 2016
1 parent 8174005 commit 866f2fc
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -207,3 +207,7 @@
- Add token display variables
- Update documentation
- Remove deprecated variables

# v1.3.2

- Correct CONSUL_DNSMASQ_ENABLE var name
2 changes: 1 addition & 1 deletion defaults/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ consul_acl_replication_token_display: "{{ lookup('env','CONSUL_ACL_REPLICATION_T
# consul_acl_replication_token: "{{ ansible_date_time.iso8601_micro | to_uuid }}"

# Options
consul_dnsmasq_enable: "{{ lookup('env','CONSUL_DNSQMASQ_ENABLE') | default('false', true) }}"
consul_dnsmasq_enable: "{{ lookup('env','CONSUL_DNSMASQ_ENABLE') | default('false', true) }}"
consul_atlas_enable: "{{ lookup('env','CONSUL_ATLAS_ENABLE') | default('false', true) }}"
consul_atlas_infrastructure: "{{ lookup('env','ATLAS_INFRASTRUCTURE') }}"
consul_atlas_token: "{{ lookup('env','ATLAS_TOKEN') }}"
Expand Down
2 changes: 1 addition & 1 deletion version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v1.3.1
v1.3.2

0 comments on commit 866f2fc

Please sign in to comment.