mirror of
https://gitea.0xace.cc/ansible-galaxy/network.git
synced 2025-07-20 06:43:08 +00:00
update
This commit is contained in:
@ -25,12 +25,12 @@
|
||||
when: configure_interface.changed
|
||||
|
||||
- name: "{{ iface.conn_name }} | Get existing ipv4 routes"
|
||||
shell: nmcli -g ipv4.routes connection show {{ iface.conn_name }}
|
||||
shell: nmcli -g ipv4.routes connection show "{{ iface.conn_name }}"
|
||||
register: existing_routes4_res
|
||||
changed_when: False
|
||||
|
||||
- name: "{{ iface.conn_name }} | Get existing ipv6 routes"
|
||||
shell: nmcli -g ipv6.routes connection show {{ iface.conn_name }}
|
||||
shell: nmcli -g ipv6.routes connection show "{{ iface.conn_name }}"
|
||||
register: existing_routes6_res
|
||||
changed_when: False
|
||||
|
||||
|
Reference in New Issue
Block a user