customize-xfce-anisble/playbook/roles/role-one/tasks/customize-firefox.yml
swapnil 62ca6a6e26
Some checks failed
buildbot/travis_bionic Build done.
Moved non-template files to files/ directory
- used home_directory variable instead of hardcoded /root as home
2022-03-15 11:12:43 +05:30

10 lines
250 B
YAML

---
- name: Customize Firefox | Close firefox if it's running
shell:
cmd: "pkill firefox"
ignore_errors: true
- name: Customize Firefox | Run Firefox Tweaks
shell: "cd {{ home_directory }}/Downloads/WhiteSur-gtk-theme/ && ./tweaks.sh -f"