Skip to content

Commit

Permalink
4.4.6 Beta log4j fix
Browse files Browse the repository at this point in the history
  • Loading branch information
kdpuvvadi committed Dec 14, 2021
1 parent c60f7fb commit 83e9d23
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 7 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
2 changes: 1 addition & 1 deletion vars.yml.j2
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
config_dir: '/home/ansible/omada/'
omada_url: https://static.tp-link.com/upload/software/2021/202110/20211011/Omada_SDN_Controller_v4.4.6_Linux_x64.tar.gz
omada_url: https://static.tp-link.com/upload/beta/2021/202112/20211213/Omada_SDN_Controller_v4.4.6_beta_linux_x64_20211213180823.tar.gz
omada_dir: '/home/ansible/omada/'
mongo_url: https://repo.mongodb.org/yum/redhat/{{ ansible_distribution_major_version }}/mongodb-org/3.6/x86_64/RPMS/mongodb-org-server-3.6.23-1.el{{ ansible_distribution_major_version }}.x86_64.rpm

0 comments on commit 83e9d23

Please sign in to comment.