Skip to content

Commit 2424b66

Browse files
committed
fix chromium check
1 parent 1a23171 commit 2424b66

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

roles/common/tasks/ubuntu_desktop.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,11 +21,11 @@
2121
name: "chromium-browser"
2222
state: latest
2323
notify: apt clean
24-
when: common_browser is 'chromium'
24+
when: common_browser == 'chromium'
2525

2626
- name:
2727
import_role:
2828
name: gantsign.default-web-browser
2929
vars:
3030
default_web_browser: chromium-browser
31-
when: common_browser is 'chromium'
31+
when: common_browser == 'chromium'

0 commit comments

Comments
 (0)