tsocks conf
This commit is contained in:
parent
1f47f55a0f
commit
614457310a
1 changed files with 5 additions and 0 deletions
|
@ -66,3 +66,8 @@
|
|||
dest: /home/{{ uid }}/.local/bin/{{ item }}
|
||||
state: link
|
||||
loop: "{{ commands }}"
|
||||
- name: Add tsocks.conf
|
||||
ansible.builtin.template:
|
||||
src: ../templates/tsocks.conf.j2
|
||||
dest: /etc/tsocks.conf
|
||||
become: true
|
||||
|
|
Loading…
Add table
Reference in a new issue