Fix quotes for ansible

This commit is contained in:
2021-05-02 23:17:27 +12:00
parent a04026b7db
commit 21a4f8702b
2 changed files with 2 additions and 2 deletions

View File

@@ -33,4 +33,4 @@
- name: is htop actually installed?
assert:
that: 'htop' in ansible_facts.packages
that: "'htop' in ansible_facts.packages"

View File

@@ -35,4 +35,4 @@
- name: is htop actually installed?
assert:
that: 'htop' in ansible_facts.packages
that: "'htop' in ansible_facts.packages"