correct worstation rol
This commit is contained in:
parent
29ddb89960
commit
1f4b0e10b0
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user