Merge "Update ansible to 2.3.0"

This commit is contained in:
Jenkins 2017-07-28 17:04:07 +00:00 committed by Gerrit Code Review
commit e751b92d75
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