I have ansible scripts that were used to provision some cassandra servers a couple months ago.
They are failing now on this command:
ubuntu@ip-172-30-0-193:~$ sudo apt-get install cassandra=3.0.9
Reading package lists... Done
Building dependency tree
Reading state information... Done
E: Version '3.0.9' for 'cassandra' was not found
It seems this version was removed from the repository. How can I get this working again?
Thanks, Drew