Avoind using lookup() in documentation

lookup() is currently broken (current Ansible devel branch), so better to avoid
it in our examples.
reviewable/pr18780/r1
Davide Guerri 11 years ago committed by Monty Taylor
parent a226701efe
commit 82dc5c4394

@ -63,7 +63,7 @@ EXAMPLES = '''
cloud: mordred
state: present
name: ansible_key
public_key: "{{ lookup('file','~/.ssh/id_rsa.pub') }}"
public_key_file: ~/.ssh/id_rsa.pub
# Creates a new key pair and the private key returned after the run.
- os_keypair:

Loading…
Cancel
Save