customize-xfce-anisble/playbook/roles/role-one/tasks/customize-firefox.yml
swapnil 8ca45ad24b
Some checks failed
buildbot/travis_bionic Build done.
Added more tasks
2022-03-13 17:45:51 +05:30

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"