Fix unquoted string literal

This commit is contained in:
Salt 2020-05-02 05:57:04 -05:00
parent 433ebb900f
commit 44ac75ba88

View File

@ -138,7 +138,7 @@
apt:
name:
- piper
when: ansible_distribution_release is focal
when: ansible_distribution_release is "focal"
- name: Remove desktop applications through APT
apt:
state: absent