Skip to content

Commit

Permalink
Remove backup from iosxr replace_config test (ansible#57830)
Browse files Browse the repository at this point in the history
Signed-off-by: NilashishC <[email protected]>
  • Loading branch information
NilashishC authored Jun 14, 2019
1 parent 6e8fcbf commit af25274
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@
iosxr_config: &addreplace
src: "{{ role_path }}/fixtures/config_add_interface.txt"
replace: config
backup: yes
register: result

- assert:
Expand All @@ -29,7 +28,6 @@
iosxr_config: &delreplace
src: "{{ role_path }}/fixtures/config_del_interface.txt"
replace: config
backup: yes
register: result

- assert:
Expand Down

0 comments on commit af25274

Please sign in to comment.