Skip to content

Commit

Permalink
[DM] Changes to image upgrade module
Browse files Browse the repository at this point in the history
Adding extra parameter to junos ansible module to support same version image upgrade on device.
Closes-Bug: #1786358

Change-Id: Ibcc6382aa7ad408b6ba368f57acf07eb2907870d
  • Loading branch information
sahanaspc committed Aug 9, 2018
1 parent 6be7691 commit 1e9350d
Showing 1 changed file with 1 addition and 0 deletions.
Expand Up @@ -6,6 +6,7 @@
user: "{{pr_user}}"
passwd: "{{pr_password}}"
port: 22
version: "{{image_os_version}}"
remote_package: "{{downloadurl}}"
register: junos_response
# ignore_errors: True
Expand Down

0 comments on commit 1e9350d

Please sign in to comment.