diff --git a/molecule/default/verify.yml b/molecule/default/verify.yml index ac663b5..8185242 100644 --- a/molecule/default/verify.yml +++ b/molecule/default/verify.yml @@ -33,4 +33,4 @@ - name: is htop actually installed? assert: - that: 'htop' in ansible_facts.packages + that: "'htop' in ansible_facts.packages" diff --git a/molecule/mirror-is-set/verify.yml b/molecule/mirror-is-set/verify.yml index a8b6cec..ed5642c 100644 --- a/molecule/mirror-is-set/verify.yml +++ b/molecule/mirror-is-set/verify.yml @@ -35,4 +35,4 @@ - name: is htop actually installed? assert: - that: 'htop' in ansible_facts.packages + that: "'htop' in ansible_facts.packages"