mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
* removes the console logging from cli run before netconf run is (#35290)
started
This commit is contained in:
parent
1ac04ba52e
commit
c643a5d628
1 changed files with 1 additions and 3 deletions
|
@ -10,6 +10,7 @@
|
||||||
- name: remove console logging
|
- name: remove console logging
|
||||||
iosxr_logging:
|
iosxr_logging:
|
||||||
dest: console
|
dest: console
|
||||||
|
level: warning
|
||||||
state: absent
|
state: absent
|
||||||
provider: "{{ netconf }}"
|
provider: "{{ netconf }}"
|
||||||
register: result
|
register: result
|
||||||
|
@ -93,9 +94,6 @@
|
||||||
provider: "{{ netconf }}"
|
provider: "{{ netconf }}"
|
||||||
register: result
|
register: result
|
||||||
|
|
||||||
- debug:
|
|
||||||
msg: "{{ result }}"
|
|
||||||
|
|
||||||
- assert: &true
|
- assert: &true
|
||||||
that:
|
that:
|
||||||
- 'result.changed == true'
|
- 'result.changed == true'
|
||||||
|
|
Loading…
Reference in a new issue