Fixes boolean conditionals

This commit is contained in:
Jan Beilicke 2021-07-02 21:30:53 +02:00
parent 3cd37dfbdd
commit 159d0db83e

View file

@ -6,7 +6,7 @@
apply: apply:
tags: tags:
- sublime_text - sublime_text
when: enable_sublime_text when: enable_sublime_text | bool
- name: Install vagrant - name: Install vagrant
become: yes become: yes
@ -16,4 +16,4 @@
state: latest state: latest
when: when:
- ansible_architecture != "aarch64" - ansible_architecture != "aarch64"
- enable_vagrant - enable_vagrant | bool