elastic / ansible-elastic-cloud-enterprise

Ansible playbooks for Elastic Cloud Enterprise (ECE)
https://www.elastic.co/products/ece
Other
62 stars 62 forks source link

Would you expect the playbook to pin docker in yum.conf? #170

Open oliver-creed opened 1 year ago

oliver-creed commented 1 year ago

as referenced within the install documents pinning of docker-ce - https://www.elastic.co/guide/en/cloud-enterprise/current/ece-configure-hosts-rhel-centos-cloud.html#ece-configure-docker-daemon-rhel-centos-cloud

echo "exclude=docker-ce" | sudo tee -a /etc/yum.conf

marcomusso commented 6 months ago

Also that package name is hardcoded when in the previous task is taken from a config variable (I'm referring to the Ubuntu 20 file). What's the point in installing a package name and then pinning an hardcoded one? Unless the hardcoded one is a meta package name (which afaik isn't).