diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index edf982a9..b079726c 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -76,7 +76,7 @@ project may be further defined and clarified by project maintainers. ### Enforcement Instances of abusive, harassing, or otherwise unacceptable behavior may be -reported by contacting the project leadership: brian brianshumate com. +reported by contacting the ansible-community project leadership on Github All complaints will be reviewed and investigated and will result in a response that is deemed necessary and appropriate to the circumstances. The project diff --git a/defaults/main.yml b/defaults/main.yml index 3840f9c6..d8aed4a9 100644 --- a/defaults/main.yml +++ b/defaults/main.yml @@ -30,7 +30,7 @@ nomad_skip_ensure_all_hosts: "{{ lookup('env','NOMAD_SKIP_ENSURE_ALL_HOSTS') | d nomad_allow_purge_config: "{{ lookup('env','NOMAD_ALLOW_PURGE_CONFIG') | default('false', true) }}" ### Package -nomad_version: "{{ lookup('env','NOMAD_VERSION') | default('0.12.1', true) }}" +nomad_version: "{{ lookup('env','NOMAD_VERSION') | default('1.0.4', true) }}" nomad_architecture_map: amd64: amd64 x86_64: amd64 diff --git a/version.txt b/version.txt index 57d503d1..bf1809a4 100644 --- a/version.txt +++ b/version.txt @@ -1 +1 @@ -v1.9.5 +v1.9.6