Y
Hacker News
new
|
ask
|
show
|
jobs
by
secondcoming
1862 days ago
This broke us. Some crap about sftp. Three hours down the drain.
1 comments
Spivak
1862 days ago
Why are you blindly upgrading? The only safe way to use Ansible in production or on a team is to pin the version everyone uses because even minor releases can break playbooks and change behavior.
link
secondcoming
1862 days ago
I'm not sure of the details, but it has something to do with the modern way of CI/CD pulling in random 3rd party docker containers.
link
r1cka
1862 days ago
Sounds like your docker was pulling latest instead of a versioned tag. I'd update that and be happy this only cost you a few hours.
link