* removes the console logging from cli run before netconf run is (#35290)

started
pull/35330/head
Kedar Kekan 7 years ago committed by GitHub
parent 1ac04ba52e
commit c643a5d628
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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'

Loading…
Cancel
Save