mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-09 23:00:02 -07:00
Fix ios_config integration test failures (#32959)
This commit is contained in:
parent
e61bcc3438
commit
ba0aade8f4
1 changed files with 1 additions and 1 deletions
|
@ -38,7 +38,7 @@
|
||||||
ios_config:
|
ios_config:
|
||||||
replace: line
|
replace: line
|
||||||
lines:
|
lines:
|
||||||
- "ip http server"
|
- "no ip http server"
|
||||||
save_when: modified
|
save_when: modified
|
||||||
authorize: yes
|
authorize: yes
|
||||||
register: result
|
register: result
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue