diff --git a/tasks/configuration.yml b/tasks/configuration.yml index b6f93f5..e14b7be 100644 --- a/tasks/configuration.yml +++ b/tasks/configuration.yml @@ -220,7 +220,7 @@ src: "/var/lib/snapd/desktop/applications/slack_slack.desktop" dest: "{{ autostart_dir }}/slack_slack.desktop" when: computer_type == "work" and (configure_kde or configure_gnome) - become: configure_gnome + become: "{{ configure_gnome }}" - name: Add Telegram Desktop to autostart (startup/boot) copy: @@ -228,7 +228,7 @@ dest: "{{ autostart_dir }}/telegram-desktop_telegram-desktop.desktop" register: telegram_autostart_desktop_entry when: configure_kde or configure_gnome - become: configure_gnome + become: "{{ configure_gnome }}" - name: Make Telegram Desktop autostart in tray replace: @@ -238,7 +238,7 @@ regexp: "telegram-desktop -- " replace: "telegram-desktop -startintray -- " when: configure_kde or configure_gnome - become: configure_gnome + become: "{{ configure_gnome }}" - name: Initialize JetBrains IDE directories # Letting each IDE to run for 10 seconds to initialize its configuration directory