mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-04-10 19:01:14 +00:00
* removes the console logging from cli run before netconf run is (#35290)
started
This commit is contained in:
@@ -10,6 +10,7 @@
|
||||
- name: remove console logging
|
||||
iosxr_logging:
|
||||
dest: console
|
||||
level: warning
|
||||
state: absent
|
||||
provider: "{{ netconf }}"
|
||||
register: result
|
||||
@@ -93,9 +94,6 @@
|
||||
provider: "{{ netconf }}"
|
||||
register: result
|
||||
|
||||
- debug:
|
||||
msg: "{{ result }}"
|
||||
|
||||
- assert: &true
|
||||
that:
|
||||
- 'result.changed == true'
|
||||
|
||||
Reference in New Issue
Block a user