Skip to content

Commit

Permalink
added 15 sec delay
Browse files Browse the repository at this point in the history
  • Loading branch information
devan555 authored May 23, 2024
1 parent 5dda704 commit d88d126
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions containerlab_test/deploy_containerlab.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,12 +19,12 @@
- name: Wait for device01 to bootup
ansible.builtin.wait_for:
port: 23001
delay: 10
delay: 15

- name: Wait for device02 to bootup
ansible.builtin.wait_for:
port: 23002
delay: 10
delay: 15

- name: Import cEOS Playbook
ansible.builtin.import_playbook: "/home/user1/actions-runner/_work/ceos_config/ceos_config/playbook.yml"

0 comments on commit d88d126

Please sign in to comment.