ops/Semaphore/playbooks/docker-ps.yml aktualisiert

This commit is contained in:
2026-04-07 06:25:49 +00:00
parent 087af64414
commit e633412ea3
+4 -4
View File
@@ -2,10 +2,10 @@
hosts: all
gather_facts: false
tasks:
- name: Run docker ps
shell: docker ps
- name: Run docker ps without python
raw: docker ps
register: docker_ps
- name: Show docker ps output
- name: Show stdout
debug:
var: docker_ps.stdout_lines
msg: "{{ docker_ps.stdout_lines }}"