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

8 lines
204 B
YAML

---
- 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"