Skip to content

Commit

Permalink
Adding playbook for fix_download
Browse files Browse the repository at this point in the history
Signed-off-by: schamola <[email protected]>
  • Loading branch information
schamola committed Nov 23, 2023
1 parent 3ea31b2 commit 163321b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions playbooks/demo_fix_download.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
gather_facts: no
vars:
hosts_val: all
dir: "/home/padmin/update/bffupdate"
dir: "/home/padmin/update"
fix_id_val: "VIOS_FP_3.1.4.21"
tasks:

Expand All @@ -19,4 +19,4 @@
action: "download"
fix_id: "{{ fix_id_val }}"
directory: "{{ dir }}"
clean_directory: True
clean_directory: True

0 comments on commit 163321b

Please sign in to comment.