Update file main.yml
This commit is contained in:
parent
28aa2f99f7
commit
f71efd6a8d
@ -17,16 +17,6 @@
|
||||
- "{{ cadvisor_config_dir }}"
|
||||
become: yes
|
||||
|
||||
- name: Check if port {{ cadvisor_port }} is available
|
||||
wait_for:
|
||||
host: localhost
|
||||
port: "{{ cadvisor_port }}"
|
||||
state: stopped
|
||||
timeout: 5
|
||||
ignore_errors: yes
|
||||
register: port_check
|
||||
become: no
|
||||
|
||||
- name: Deploy cAdvisor docker-compose
|
||||
template:
|
||||
src: docker-compose.yml.j2
|
||||
|
||||
Loading…
Reference in New Issue
Block a user