ff
This commit is contained in:
@@ -103,7 +103,7 @@
|
||||
nmcli_failed: "{{ nmcli_result.rc != 0 }}"
|
||||
|
||||
- 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
|
||||
ignore_errors: True
|
||||
|
||||
|
||||
Reference in New Issue
Block a user