YAML fixes for examples in additional modules

This commit is contained in:
Matt Martz 2017-02-15 10:42:00 -06:00 committed by Toshio Kuratomi
parent 7c00346714
commit 78a000502e
9 changed files with 110 additions and 112 deletions

View file

@ -112,13 +112,13 @@ EXAMPLES = '''
spawn ssh admin@{{ cimc_host }}
expect "password:"
send "{{ cimc_password }}\n"
send "{{ cimc_password }}\\n"
expect "\n{{ cimc_name }}"
send "connect host\n"
expect "\\n{{ cimc_name }}"
send "connect host\\n"
expect "pxeboot.n12"
send "\n"
send "\\n"
exit 0
args: