Skip to content

Commit

Permalink
remove reboot debug, unarchive fix for install
Browse files Browse the repository at this point in the history
  • Loading branch information
kdpuvvadi committed Dec 16, 2021
1 parent 3296e4d commit d701066
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions tasks/setup.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,14 +11,10 @@
src: "{{ omada_url }}"
dest: "{{ omada_dir }}"
remote_src: 'yes'
# extra_opts:
# --strip-components=1
extra_opts:
--strip-components=1

- name: Check if reboot required
stat:
path: /var/run/reboot-required
register: reboot_required

- name: reboot status debug
debug:
var: reboot_required

0 comments on commit d701066

Please sign in to comment.