mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-08 06:12:51 +00:00
YAML fixes for examples in additional modules
This commit is contained in:
committed by
Toshio Kuratomi
parent
7c00346714
commit
78a000502e
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user