updated docker state

This commit is contained in:
Paul 2022-05-14 11:22:13 +02:00
parent 3daa0477b6
commit ea22ebea8e
2 changed files with 5 additions and 4 deletions

View File

@ -22,7 +22,7 @@ docker-container-{{ k }}:
{% endfor -%} {% endfor -%}
docker.prune: #docker.prune:
module.run: # module.run:
- docker.prune: # - docker.prune:
- images: True # - images: True

View File

@ -6,6 +6,7 @@ docker:
pkgs: pkgs:
- docker-ce - docker-ce
- docker-ce-cli - docker-ce-cli
- python3-cryptography
pip_pkgs: pip_pkgs:
- docker - docker
- docker-compose - docker-compose