From 9eca6e47a276a2b7fd8ed10f9ff2b0d80211bba2 Mon Sep 17 00:00:00 2001 From: Kevin Carter Date: Tue, 25 Oct 2016 14:36:54 -0500 Subject: [PATCH] Remove deprecated ansible_ssh_host variable This changes 'ansible_ssh_host' to 'ansible_host'. The 'ansible_ssh_host' variable has been deprecated as noted here: [0]. [0] - http://docs.ansible.com/ansible/intro_inventory.html#hosts-and-groups Change-Id: I8ff8d0227fccff8c41d762a83802e1e7bab61bfe Related-Bug: #1636606 Signed-off-by: Kevin Carter --- extras/os-designate-install.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/extras/os-designate-install.yml b/extras/os-designate-install.yml index 8386940..7da1790 100644 --- a/extras/os-designate-install.yml +++ b/extras/os-designate-install.yml @@ -33,7 +33,7 @@ port: "22" delay: "{{ ssh_delay }}" search_regex: "OpenSSH" - host: "{{ ansible_ssh_host }}" + host: "{{ ansible_host }}" delegate_to: "{{ physical_host }}" when: container_config is defined and container_config | changed register: ssh_wait_check