Skip to content

Commit

Permalink
#622 Remove duplicate code
Browse files Browse the repository at this point in the history
  • Loading branch information
fketelaars committed Jan 22, 2024
1 parent 9dcf9b2 commit f44d2ea
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 10 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,6 @@
path: /tmp/work/offline
state: absent

- name: Create offline directory
file:
path: /tmp/work/offline
state: absent

- name: If air-gapped, copy case files from {{ status_dir }}/cp4d/offline to /tmp/work/offline
copy:
src: "{{ status_dir }}/cp4d/offline"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,6 @@
path: /tmp/work/offline
state: absent

- name: Create offline directory
file:
path: /tmp/work/offline
state: absent

- name: If air-gapped, copy case files from {{ status_dir }}/cp4d/offline to /tmp/work/offline
copy:
src: "{{ status_dir }}/cp4d/offline"
Expand Down

0 comments on commit f44d2ea

Please sign in to comment.