Update ansible to 2.3.0

Change-Id: If05c546be0922fc9e9e4dfccefc751a1e4285cf1
This commit is contained in:
Sergii Golovatiuk 2017-04-27 12:52:12 +02:00
parent c3918e9c2b
commit eeccc79109
3 changed files with 3 additions and 3 deletions

View File

@ -42,7 +42,7 @@ ANSIBLE_FORKS=${ANSIBLE_FORKS:-50}
# Valid sources: pip, apt
ANSIBLE_INSTALL_SOURCE=pip
required_ansible_version="2.2.1"
required_ansible_version="2.3.0"
function collect_info {
# Get diagnostic info and store it as the logs.tar.gz at the admin node

View File

@ -16,7 +16,7 @@ OS_SPECIFIC_DEFAULTS_SRC="${BASH_SOURCE%/*}/../kargo/${OS_SPECIFIC_DEFAULTS_YAML
SLAVE_IPS=( $SLAVE_IPS )
ADMIN_IP=${ADMIN_IP:-${SLAVE_IPS[0]}}
required_ansible_version="2.1.0"
required_ansible_version="2.3.0"
function exit_gracefully {
local exit_code=$?

View File

@ -17,7 +17,7 @@
- name: Configure logs | ensure config file
get_url:
url: https://raw.githubusercontent.com/ansible/ansible/stable-2.2/examples/ansible.cfg
url: https://raw.githubusercontent.com/ansible/ansible/stable-2.3/examples/ansible.cfg
dest: "{{conf_file}}"
force: no
owner: root