network: Fix typo
This commit is contained in:
parent
a3ff1e155d
commit
3bb639d481
1 changed files with 1 additions and 1 deletions
|
@ -31,7 +31,7 @@
|
|||
- network_vip_interfaces != []
|
||||
|
||||
- name: Set default gateway
|
||||
ansible.buitin.copy:
|
||||
ansible.builtin.copy:
|
||||
content: "{{ network_default_gateway }}\n"
|
||||
dest: /etc/mygate
|
||||
mode: 0600
|
||||
|
|
Loading…
Add table
Reference in a new issue