Code development platform for open source projects from the European Union institutions

Skip to content
Snippets Groups Projects
Verified Commit e3ca9c70 authored by Vincent SIMONIN's avatar Vincent SIMONIN
Browse files

Wait 10 seconds after service start up

parent 57559565
No related branches found
No related tags found
1 merge request!32Add pylint utilitary
Pipeline #79603 failed
......@@ -32,3 +32,7 @@
project_src: "/home/debian/netbox/{{ lookup('ansible.builtin.env','CI_PIPELINE_ID') }}/"
state: present
pull: true
- name: Pause for 10 seconds
ansible.builtin.pause:
seconds: 10
......@@ -17,7 +17,3 @@
- docker-compose.testci.yml
state: present
remove_orphans: true
- name: Pause for 10 seconds
ansible.builtin.pause:
seconds: 10
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment