Fix names of tasks

This commit is contained in:
Антон Протопопов 2023-02-21 16:14:32 +04:00
parent 478bc1a795
commit c8325e2899

View File

@ -19,7 +19,7 @@
delegate_to: localhost
when: bootstrap is not defined
- name: populate dynamic inventiry
- name: populate dynamic inventory
add_host:
name: "{{tmp_node}}"
groups: "{{['stack'] + tmp_node|get_steps(stack.apps)}}"
@ -30,7 +30,7 @@
loop_var: tmp_node
changed_when: false
- name: save invetory to file
- name: save inventory to file
template:
src: ansible_hosts.j2
dest: ".tmp/ansible_hosts"