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

This commit is contained in:
Jack Ivanov 2018-10-14 10:22:45 +03:00 committed by GitHub
parent bcba905547
commit efc8dc7620
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 0 deletions

View file

@ -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:

View file

@ -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