Skip to content

Commit 2d8c231

Browse files
Saeid-AbadiSaeid Hassan-Abadi
and
Saeid Hassan-Abadi
authored
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

Diff for: roles/elasticstack/tasks/packages.yml

+1-1
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)