mirror of
https://github.com/trailofbits/algo.git
synced 2025-06-06 15:13:56 +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
|
executable: bash
|
||||||
delegate_to: localhost
|
delegate_to: localhost
|
||||||
become: no
|
become: no
|
||||||
|
vars:
|
||||||
|
ansible_python_interpreter: "{{ ansible_playbook_python }}"
|
||||||
|
|
||||||
- name: Copy the CRL to the vpn server
|
- name: Copy the CRL to the vpn server
|
||||||
copy:
|
copy:
|
||||||
|
|
|
@ -52,6 +52,9 @@
|
||||||
with_indexed_items: "{{ users }}"
|
with_indexed_items: "{{ users }}"
|
||||||
delegate_to: localhost
|
delegate_to: localhost
|
||||||
become: false
|
become: false
|
||||||
|
tags: update-users
|
||||||
|
vars:
|
||||||
|
ansible_python_interpreter: "{{ ansible_playbook_python }}"
|
||||||
args:
|
args:
|
||||||
chdir: "{{ wireguard_config_path }}"
|
chdir: "{{ wireguard_config_path }}"
|
||||||
executable: bash
|
executable: bash
|
||||||
|
|
Loading…
Add table
Reference in a new issue