add tags for the wireguard qr code task. variables fix (#1147)

pull/1101/merge
Jack Ivanov 6 years ago committed by GitHub
parent bcba905547
commit efc8dc7620
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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…
Cancel
Save