mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-04-05 02:03:09 +00:00
remove replace config test (#27953)
remove replace config eos_config test
This commit is contained in:
@@ -1,3 +0,0 @@
|
||||
vlan 50
|
||||
name foo
|
||||
|
||||
@@ -1,4 +0,0 @@
|
||||
interface Ethernet2
|
||||
description test description from ansible
|
||||
shutdown
|
||||
|
||||
@@ -36,15 +36,4 @@
|
||||
# https://github.com/ansible/ansible-modules-core/issues/4807
|
||||
- "result.updates is not defined"
|
||||
|
||||
- name: check replace config with src
|
||||
eos_config:
|
||||
src: basic/vlan.j2
|
||||
replace: config
|
||||
provider: "{{ cli }}"
|
||||
register: result
|
||||
|
||||
- assert:
|
||||
that:
|
||||
- "result.changed == true"
|
||||
|
||||
- debug: msg="END cli/src_basic.yaml"
|
||||
|
||||
Reference in New Issue
Block a user