fix docker-ce holds

This commit is contained in:
m0duspwnens
2021-03-19 15:16:58 -04:00
parent dbe54708ef
commit d0f938a600

View File

@@ -90,7 +90,6 @@ commonpkgs:
- ntpdate
- jq
- python3-docker
- docker-ce
- curl
- ca-certificates
- software-properties-common
@@ -147,8 +146,9 @@ heldpackages:
pkg.installed:
- pkgs:
- containerd.io: 1.4.4-3.1.el7
- docker-ce: 20.10.5-3.el7
- docker-ce-cli: 20.10.5-3.el7
- docker-ce: 3:20.10.5-3.el7
- docker-ce-cli: 1:20.10.5-3.el7
- docker-ce-rootless-extras: 20.10.5-3.el7
- hold: True
- update_holds: True
{% endif %}