Skip to content

Commit

Permalink
Undo merge issue
Browse files Browse the repository at this point in the history
Remove file that should not be there.
  • Loading branch information
dvalinrh committed Feb 13, 2025
1 parent 1e7e0a9 commit a07bb8e
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions ansible_roles/roles/upload_extra/tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,15 @@
include_vars:
file: "{{ working_dir }}/ansible_vars.yml"

#
# Default status.
#
- name: Record default status of update sucess
lineinfile:
path: "/tmp/upload_extra_status"
line: "status: success"
create: yes

#
# If we are pulling a file
#
Expand Down
Empty file.

0 comments on commit a07bb8e

Please sign in to comment.