Skip to content

Commit

Permalink
make delay more reasonable
Browse files Browse the repository at this point in the history
  • Loading branch information
l3acon committed Aug 27, 2024
1 parent 7aa0a46 commit eefd924
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@
namespace: "{{ simple_ah_namespace }}"
register: r_ah_route
until: r_ah_route.resources[0].spec.host is defined
retries: 300
delay: 30
retries: 120
delay: 2

- name: Get automation_hub route hostname
ansible.builtin.set_stats:
Expand Down

0 comments on commit eefd924

Please sign in to comment.