correct worstation rol

This commit is contained in:
vincent 2020-09-24 20:12:27 +02:00
parent 29ddb89960
commit 1f4b0e10b0

View File

@ -18,8 +18,8 @@
when: themecheck.stat.exists == False
- name: install theme
shell: ./Install # required. Path to the local script file followed by optional arguments.,There is no parameter actually named 'free form', see the examples!
shell: ./install.sh -b --{{ theme |lower}} # required. Path to the local script file followed by optional arguments.,There is no parameter actually named 'free form', see the examples!
args:
chdir: /tmp/grub2-themes/grub-theme-{{ theme |lower}}/
chdir: /tmp/grub2-themes/
become: yes
when: themecheck.stat.exists == False