Fix esphome task name
This commit is contained in:
parent
65ac14c18b
commit
79953d3463
|
@ -13,7 +13,7 @@
|
||||||
ansible.builtin.pip:
|
ansible.builtin.pip:
|
||||||
name: tornado
|
name: tornado
|
||||||
extra_args: --user
|
extra_args: --user
|
||||||
- name: Ensure esphome are installed
|
- name: Ensure esphome is installed
|
||||||
become_user: esphome
|
become_user: esphome
|
||||||
ansible.builtin.pip:
|
ansible.builtin.pip:
|
||||||
name: "esphome=={{ esphome__version }}"
|
name: "esphome=={{ esphome__version }}"
|
||||||
|
|
Loading…
Reference in a new issue