8a1845c7af
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 |
||
---|---|---|
.. | ||
files | ||
ansible-role-requirements.yml | ||
inventory | ||
test.yml | ||
tests-repo-clone.sh |