Skip to content

Commit

Permalink
wget outside ip
Browse files Browse the repository at this point in the history
  • Loading branch information
MrDoobPG authored and MrDoobPG committed Dec 27, 2019
1 parent f13bc7b commit 1087fbd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion menu/roles/plex_autoscan/tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
register: plex_auth_token_display

- name: Register IP
shell: 'cat /var/plexguide/server.ip'
shell: 'wget -qO- http://ipecho.net/plain | xargs echo'
register: ipaddress

- name: Register ServerPass
Expand Down
2 changes: 1 addition & 1 deletion menu/roles/plex_autoscan/tasks/subtasks/settings.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
register: plex_auth_token

- name: Register IP
shell: 'cat /var/plexguide/server.ip'
shell: 'wget -qO- http://ipecho.net/plain | xargs echo'
register: ipaddress

- name: Register ServerPass
Expand Down

0 comments on commit 1087fbd

Please sign in to comment.