Lucid compatibility

Is anyone interested in lucid compatibility for the apt module? I
muddled my way into a successful run today
(https://github.com/hfinucane/ansible-modules-core/tree/lucid-apt),
but I'm not sure if anyone's interested upstream.

The root of the problem seems to be a change in the api of the
python-apt library.

it might be worth to build detection into the apt module, other
modules with changing api in their dependencies already do this.

Lucid being 10.04 and no longer recieving security updates, I don’t think we’d want to encourage this buy carrying around this code in Ansible.

People REALLY REALLY REALLY REALLY REALLY need to upgrade.

http://fridge.ubuntu.com/2013/05/10/ubuntu-10-04-lucid-lynx-desktop-end-of-life-reached-on-may-9-2013/

​This is a follow-up to the End of Life warning sent last month to
confirm that as of today (May 9, 2013), Ubuntu 10.04 Desktop is no
longer supported. This announcement is for the desktop product only,
*Ubuntu 10.04 Server is still supported for another two years.*

I'm sure lot's of people use ansible to manage their ​*DESKTOP*​, but given
10.04 is still supported on *SERVER*, we should support it in Ansible :slight_smile:

I'm sure lot's of people use ansible to manage their ​*DESKTOP*​, but given
10.04 is still supported on *SERVER*, we should support it in Ansible :slight_smile:

Maybe although that "another two years" comment was as of May 2013, i.e.
April 2015. (https://wiki.ubuntu.com/Releases) Procrastinate for six
months, and this will solve itself. :^p

                                      -Josh (jbs@care.com)

This email is intended for the person(s) to whom it is addressed and may contain information that is PRIVILEGED or CONFIDENTIAL. Any unauthorized use, distribution, copying, or disclosure by any person other than the addressee(s) is strictly prohibited. If you have received this email in error, please notify the sender immediately by return email and delete the message and any attachments from your system.

​Luckily we don't have to procrastinate for Redhat stuff/ grow a beard :stuck_out_tongue:

“Ubuntu 10.04 Server is still supported for another two years.”

Hmm, Interesting. Still haven’t encountered many people running it.

That would imply we are interested in support though.

Thanks for clarification and yes please submit a pull request if you’d like us to consider it.