mirror of
https://github.com/trailofbits/algo.git
synced 2025-04-21 16:47:06 +02:00
add tags for the wireguard qr code task. variables fix (#1147)
This commit is contained in:
parent
bcba905547
commit
efc8dc7620
2 changed files with 5 additions and 0 deletions
|
@ -196,6 +196,8 @@
|
|||
executable: bash
|
||||
delegate_to: localhost
|
||||
become: no
|
||||
vars:
|
||||
ansible_python_interpreter: "{{ ansible_playbook_python }}"
|
||||
|
||||
- name: Copy the CRL to the vpn server
|
||||
copy:
|
||||
|
|
|
@ -52,6 +52,9 @@
|
|||
with_indexed_items: "{{ users }}"
|
||||
delegate_to: localhost
|
||||
become: false
|
||||
tags: update-users
|
||||
vars:
|
||||
ansible_python_interpreter: "{{ ansible_playbook_python }}"
|
||||
args:
|
||||
chdir: "{{ wireguard_config_path }}"
|
||||
executable: bash
|
||||
|
|
Loading…
Add table
Reference in a new issue