34 lines
1.1 KiB
YAML
34 lines
1.1 KiB
YAML
- name: Build spices shopping automations
|
|
delegate_to: localhost
|
|
template:
|
|
src: shopping-mobile-actions.yaml.j2
|
|
dest: './build/automations/shopping-mobile-actions.yaml'
|
|
vars:
|
|
shopping_list:
|
|
- action: SHOPPING_COFFEE
|
|
title: Kawa
|
|
- action: SHOPPING_COFFEE_WATER_FILTER
|
|
title: Filtr do wody ekspresu
|
|
- action: SHOPPING_COFFEE_DESCALER
|
|
title: Odkamieniacz do ekspresu
|
|
- action: SHOPPING_COFFEE_CLEANING_TABLETS
|
|
title: Tabletki czyszczące do ekspresu
|
|
- action: SHOPPING_COFFEE_MILK_CLEANER
|
|
title: Środek do czyszczenia mleka ekspresu
|
|
- action: SHOPPING_BASIL
|
|
title: Bazylia
|
|
- action: SHOPPING_OREGANO
|
|
title: Oregano
|
|
- action: SHOPPING_THYMELEAF
|
|
title: Tymianek
|
|
- action: SHOPPING_WHITE_PEPPER
|
|
title: Pieprz biały
|
|
- action: SHOPPING_BLACK_PEPPER
|
|
title: Pieprz czarny
|
|
- action: SHOPPING_SWEET_PEPPER
|
|
title: Sweet pepper
|
|
- action: SHOPPING_GARLIC
|
|
title: Czosnek
|
|
- action: SHOPPING_SALT
|
|
title: Sól
|