Skip to content
This repository was archived by the owner on Mar 6, 2023. It is now read-only.

Commit e5c4c39

Browse files
committed
use working but grammatically wrong syntax
1 parent fb862da commit e5c4c39

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tasks/install.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
remote_src: yes
4343
creates: "/tmp/prometheus-{{ prometheus_version }}.linux-{{ go_arch_map[ansible_architecture] | default(ansible_architecture) }}/prometheus"
4444
register: _download_binary
45-
until: _download_binary is success
45+
until: _download_binary is succeeded
4646
retries: 5
4747
delay: 2
4848
# run_once: true
@@ -90,7 +90,7 @@
9090
- libselinux-python
9191
- policycoreutils-python
9292
register: _download_packages
93-
until: _download_packages is success
93+
until: _download_packages is succeeded
9494
retries: 5
9595
delay: 2
9696
when:

0 commit comments

Comments
 (0)