fix variable names in vars file example (#44671)

(cherry picked from commit 5e71821cd4)
pull/44837/head
akira6592 6 years ago committed by Alicia Cozine
parent 81de1eb401
commit 7342085586

@ -107,8 +107,8 @@ Example eAPI ``group_vars/eos.yml``
ansible_network_os: eos
ansible_user: myuser
ansible_ssh_pass: !vault...
become: yes
become_method: enable
ansible_become: yes
ansible_become_method: enable
proxy_env:
http_proxy: http://proxy.example.com:8080

Loading…
Cancel
Save