Skip to content

Commit 2d8c231

Browse files
Saeid-AbadiSaeid Hassan-Abadi
andauthored
Fix task condition (#373)
Co-authored-by: Saeid Hassan-Abadi <[email protected]>
1 parent 5de0915 commit 2d8c231

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

roles/elasticstack/tasks/packages.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@
5656
- python3-elasticsearch
5757
- python3-cryptography
5858
when:
59-
- elasticstack_pip_installation
59+
- not elasticstack_pip_installation | bool
6060

6161
- name: Install Python Modules via pip - forced
6262
ansible.builtin.pip:

0 commit comments

Comments
 (0)