add fallback for admin token
This commit is contained in:
@@ -13,3 +13,7 @@
|
|||||||
when:
|
when:
|
||||||
- "'|token=' in item"
|
- "'|token=' in item"
|
||||||
loop: "{{ ts3_log_content.stdout_lines }}"
|
loop: "{{ ts3_log_content.stdout_lines }}"
|
||||||
|
rescue:
|
||||||
|
- name: "Set token to nothing"
|
||||||
|
ansible.builtin.set_fact:
|
||||||
|
ts3_admin_token: ""
|
||||||
Reference in New Issue
Block a user