7 lines
200 B
Plaintext
7 lines
200 B
Plaintext
|
{% import_yaml "bad_shortcuts.yaml" as bad_shortcuts %}
|
||
|
{% for shortcut in bad_shortcuts %}
|
||
|
Remove {{ shortcut }}:
|
||
|
file.absent:
|
||
|
- name: "C:\\Users\\Public\\Desktop\\{{ shortcut }}"
|
||
|
{% endfor %}
|