openstack-ansible-lxc_hosts/tests
Markos Chandras 8a1845c7af tests: test.yml: Use the 'slurp' module to get the SSH key
The lookup() module no longer works with Ansible 2.4 for fetching the
root's SSH key as it fails with the following error:

fatal: [localhost]: FAILED! => {
    "msg": "An unhandled exception occurred while running the lookup
plugin 'file'. Error was a <class 'ansible.errors.AnsibleError'>,
original message: could not locate file in lookup: ~/.ssh/id_rsa.pub"
}

Lets use the 'slurp' module which should work as expected.

Change-Id: If2127c8d4aacb37344f5c2435264aaa0669da618
2018-01-16 12:53:32 +00:00
..
files Changed for lxc-host setup/build for multi-distro 2016-05-03 08:49:54 -05:00
ansible-role-requirements.yml Updates for typos 2015-12-09 09:17:00 -06:00
inventory Fix role gate tests for Ansible 2.3 2017-04-25 14:54:56 +01:00
test.yml tests: test.yml: Use the 'slurp' module to get the SSH key 2018-01-16 12:53:32 +00:00
tests-repo-clone.sh Initial OSA zuul v3 role jobs 2017-10-17 17:59:49 +01:00