Delete task Enable and start bind9 in main.yml and errors in tasks names have been corrected
This commit is contained in:
@@ -56,7 +56,7 @@
|
||||
loop_control:
|
||||
label: "{{ item.0.name }}"
|
||||
|
||||
- name: "Generate QR codes for moblie clients"
|
||||
- name: "Generate QR codes for mobile clients"
|
||||
ansible.builtin.shell:
|
||||
cmd: "qrencode -t ansiutf8 < {{ wireguard_client_config_dir }}/{{ item.name }}.conf > {{ wireguard_client_config_dir }}/{{ item.name }}_qr.txt"
|
||||
loop: "{{ wireguard_clients }}"
|
||||
|
||||
Reference in New Issue
Block a user