Skip to content

Commit

Permalink
plex_auto_token: fix client identifier lookup
Browse files Browse the repository at this point in the history
  • Loading branch information
saltydk committed Sep 18, 2023
1 parent aecf8fb commit 525406c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion roles/plex_auth_token/tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
block:
- name: "Auth Token | Lookup plex_auth_client_identifier"
ansible.builtin.set_fact:
plex_auth_client_identifier: "Saltbox{{ lookup('ini', 'client_identifier section=' + plex_name + ' file=/opt/saltbox/plex.ini') }}"
plex_auth_client_identifier: "{{ lookup('ini', 'client_identifier section=' + plex_name + ' file=/opt/saltbox/plex.ini') }}"
plex_auth_client_identifier_missing: false

rescue:
Expand Down

0 comments on commit 525406c

Please sign in to comment.