Compare commits
2 Commits
8f4ed08ba3
...
3c463400ca
| Author | SHA1 | Date | |
|---|---|---|---|
| 3c463400ca | |||
| c3f08a7b8f |
3
.gitignore
vendored
3
.gitignore
vendored
@@ -1 +1,2 @@
|
|||||||
.idea/*
|
/.idea/
|
||||||
|
*.iml
|
||||||
@@ -12,4 +12,8 @@
|
|||||||
ts3_admin_token: "{{ item | regex_search('.*\\|token=(.*)$', '\\1') | first }}"
|
ts3_admin_token: "{{ item | regex_search('.*\\|token=(.*)$', '\\1') | first }}"
|
||||||
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