= to ==
This commit is contained in:
parent
0a6ed914b4
commit
3a20a1c08f
@ -22,7 +22,7 @@
|
||||
|
||||
- name: Testing Apt Cache Refresh 2
|
||||
apt: update_cache=yes
|
||||
when: ansible_pkg_mgr = "apt"
|
||||
when: ansible_pkg_mgr == "apt"
|
||||
|
||||
- name: Remove Repo Software
|
||||
package:
|
||||
|
Loading…
x
Reference in New Issue
Block a user