mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-04-25 03:41:25 -07:00
YAML fixes for examples in additional modules
This commit is contained in:
parent
7c00346714
commit
78a000502e
9 changed files with 110 additions and 112 deletions
|
@ -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:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue