Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
MrDoobPG authored and MrDoobPG committed Nov 16, 2019
1 parent 9ce2344 commit 88485b1
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions menu/roles/plex_autoscan/tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,10 @@
shell: 'cat /var/plexguide/server.ip'
register: ipaddress

- name: Register ServerPass
shell: 'cat /var/plexguide/pgscan.serverpass'
register: plex_autoscan_server_pass

- name: Display Plex Auth Token
debug:
msg: "Plex Auth Token: {{ plex_auth_token }}"
Expand Down

0 comments on commit 88485b1

Please sign in to comment.