typo
This commit is contained in:
@@ -15,7 +15,7 @@
|
|||||||
ansible.builtin.lineinfile:
|
ansible.builtin.lineinfile:
|
||||||
create: yes
|
create: yes
|
||||||
path: "hostlist.yml"
|
path: "hostlist.yml"
|
||||||
line: "- { record_name: {{ item.msg.name}}, record_type: A, record_value: {{ item.msg.public_ip.address }} "
|
line: "- { record_name: {{ item.msg.name}}, record_type: A, record_value: {{ item.msg.public_ip.address }} }"
|
||||||
state: present
|
state: present
|
||||||
loop: "{{ container_info.results }}"
|
loop: "{{ container_info.results }}"
|
||||||
when: scw_gen_hostlist is true and container_action !='delete'
|
when: scw_gen_hostlist is true and container_action !='delete'
|
||||||
|
|||||||
Reference in New Issue
Block a user