Favorites worked after initial quotes, rollback escapes. Quote string for clock format.

This commit is contained in:
Hyperling 2021-02-06 15:52:59 -06:00
parent b21c0b3fa9
commit c12ef676c5

@ -16,11 +16,11 @@
# Setup Favorites Bar (Terminal, Files, Firefox, Thunderbird, LBRY, Discord, VS Code, Android Studio, Lutris, Steam)
- name: General | Account Management | GNOME | Favorites (Linux)
shell: sudo -u ling dconf write /org/gnome/shell/favorite-apps \"['org.gnome.Terminal.desktop', 'org.gnome.Nautilus.desktop', 'firefox.desktop', 'org.mozilla.Thunderbird.desktop', 'io.lbry.lbry-app.desktop', 'com.discordapp.Discord.desktop', 'code.desktop', 'com.google.AndroidStudio.desktop', 'net.lutris.Lutris.desktop', 'steam.desktop']\"
shell: sudo -u ling dconf write /org/gnome/shell/favorite-apps "['org.gnome.Terminal.desktop', 'org.gnome.Nautilus.desktop', 'firefox.desktop', 'org.mozilla.Thunderbird.desktop', 'io.lbry.lbry-app.desktop', 'com.discordapp.Discord.desktop', 'code.desktop', 'com.google.AndroidStudio.desktop', 'net.lutris.Lutris.desktop', 'steam.desktop']"
when: ansible_system == "Linux"
- name: General | Account Management | GNOME | Favorites (FreeBSD)
shell: sudo -u ling dconf write /org/gnome/shell/favorite-apps \"['org.gnome.Terminal.desktop', 'org.gnome.Nautilus.desktop', 'firefox.desktop', 'org.mozilla.Thunderbird.desktop', 'code.desktop']\"
shell: sudo -u ling dconf write /org/gnome/shell/favorite-apps "['org.gnome.Terminal.desktop', 'org.gnome.Nautilus.desktop', 'firefox.desktop', 'org.mozilla.Thunderbird.desktop', 'code.desktop']"
when: ansible_system == "FreeBSD"
@ -29,7 +29,7 @@
shell: sudo -u ling dconf write /org/gnome/desktop/interface/clock-show-date true
- name: General | Account Management | GNOME | Interface - 24h Format
shell: sudo -u ling dconf write /org/gnome/desktop/interface/clock-format '24h'
shell: sudo -u ling dconf write /org/gnome/desktop/interface/clock-format "'24h'"
- name: General | Account Management | GNOME | Interface - Show Seconds
shell: sudo -u ling dconf write /org/gnome/desktop/interface/clock-show-seconds true