customize-xfce-anisble/playbook/roles/role-one/tasks/customize-firefox.yml

8 lines
204 B
YAML
Raw Normal View History

2022-03-13 12:15:51 +00:00
---
- name: Customize Firefox | Close firefox if it's running
command: pkill firefox
- name: Customize Firefox | Run Firefox Tweaks
shell: "cd /root/Downloads/WhiteSur-gtk-theme/ && ./tweaks.sh -f"