stop-container.yml 140 B

12345
  1. - name: Stop container {{ container_info }}
  2. shell: |
  3. docker stop "{{ container_info.split()[-1] }}"
  4. args:
  5. executable: /bin/bash