This commit is contained in:
2024-10-12 19:30:20 +03:00
parent 0bb01afc22
commit 7f9c4a9cf3

View File

@@ -103,7 +103,7 @@
nmcli_failed: "{{ nmcli_result.rc != 0 }}" nmcli_failed: "{{ nmcli_result.rc != 0 }}"
- name: Run nmcli to check if Ethernet connection has already been added - name: Run nmcli to check if Ethernet connection has already been added
shell: /usr/bin/nmcli c | grep 'Ethernet' shell: /usr/bin/nmcli c | grep 'Ethernet-{{ int_name }}'
register: nmcli_result_eth register: nmcli_result_eth
ignore_errors: True ignore_errors: True