You've already forked ansible-role-repo-epel
Fix quotes for ansible
This commit is contained in:
@@ -33,4 +33,4 @@
|
||||
|
||||
- name: is htop actually installed?
|
||||
assert:
|
||||
that: 'htop' in ansible_facts.packages
|
||||
that: "'htop' in ansible_facts.packages"
|
||||
|
||||
@@ -35,4 +35,4 @@
|
||||
|
||||
- name: is htop actually installed?
|
||||
assert:
|
||||
that: 'htop' in ansible_facts.packages
|
||||
that: "'htop' in ansible_facts.packages"
|
||||
|
||||
Reference in New Issue
Block a user