mirror of
https://github.com/trailofbits/algo.git
synced 2026-09-13 13:17:48 +02:00
add tags for the wireguard qr code task. variables fix (#1147)
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user