Fix unquoted string literal
This commit is contained in:
parent
433ebb900f
commit
44ac75ba88
@ -138,7 +138,7 @@
|
|||||||
apt:
|
apt:
|
||||||
name:
|
name:
|
||||||
- piper
|
- piper
|
||||||
when: ansible_distribution_release is focal
|
when: ansible_distribution_release is "focal"
|
||||||
- name: Remove desktop applications through APT
|
- name: Remove desktop applications through APT
|
||||||
apt:
|
apt:
|
||||||
state: absent
|
state: absent
|
||||||
|
Loading…
Reference in New Issue
Block a user