Commit b1e43329 authored by nanahira's avatar nanahira

fix

parent 4d538b52
Pipeline #12007 failed with stage
in 1 minute and 50 seconds
......@@ -5,7 +5,7 @@
state: absent
autoremove: yes
purge: yes
when: ansible_distribution == 'Ubuntu'
when: ansible_distribution == 'Ubuntu' and ansible_distribution_major_version|int < 20
- name: remove not proper installed wireguard
become: true
apt:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment