Update file main.yml
This commit is contained in:
parent
5dffc79a01
commit
d949b01462
@ -78,7 +78,7 @@
|
|||||||
|
|
||||||
- name: Check Grafana container status
|
- name: Check Grafana container status
|
||||||
ansible.builtin.shell: |
|
ansible.builtin.shell: |
|
||||||
docker ps --filter name=grafana --format "table {{.Names}}\t{{.Status}}\t{{.Ports}}"
|
docker ps --filter name=grafana
|
||||||
register: grafana_status
|
register: grafana_status
|
||||||
changed_when: false
|
changed_when: false
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user