Skip to content

Commit

Permalink
lyrebird is not isntalled at a server
Browse files Browse the repository at this point in the history
  • Loading branch information
toralf committed Jun 1, 2024
1 parent 4ab7661 commit 7e59635
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion playbooks/roles/info_tor/tasks/version.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,6 @@
delegate_to: localhost
throttle: 1
ansible.builtin.lineinfile:
line: "{{ inventory_hostname }} {{ ansible_facts.packages['tor'][0].version | default('') }} {{ ansible_facts.packages['obfs4proxy'][0].version | default('') }} tor {{ _tor.stdout_lines[0] }} lyrebird {{ _proxy.stdout_lines[0] | default('') }}"
line: "{{ inventory_hostname }} {{ ansible_facts.packages['tor'][0].version | default('') }} {{ ansible_facts.packages['obfs4proxy'][0].version | default('') }} tor {{ _tor.stdout_lines[0] }} lyrebird {{ _proxy.stdout_lines[0] | default('n/a') }}"
path: "{{ tmp_dir }}/tor_version"
regex: "^{{ inventory_hostname }} "

0 comments on commit 7e59635

Please sign in to comment.