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 - ntpdate
- jq - jq
- python3-docker - python3-docker
- docker-ce
- curl - curl
- ca-certificates - ca-certificates
- software-properties-common - software-properties-common
@@ -147,8 +146,9 @@ heldpackages:
pkg.installed: pkg.installed:
- pkgs: - pkgs:
- containerd.io: 1.4.4-3.1.el7 - containerd.io: 1.4.4-3.1.el7
- docker-ce: 20.10.5-3.el7 - docker-ce: 3:20.10.5-3.el7
- docker-ce-cli: 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 - hold: True
- update_holds: True - update_holds: True
{% endif %} {% endif %}