My first steps: apt module

Hi there group,

I’m making my first baby steps with ansible. After fooling around with ad-hoc command I thought I’d make the steps to playbooks. Looks promissing :smiley:
Ultimate goal is managing my switches, have been playing around with my Ubuntu systems thought. Thought I’d automate my update cyle… wrote a playbook for it (with help from severall posts I found on the web:

`

Old version? http://docs.ansible.com/ansible/latest/apt_module.html says:

"autoremove
(added in 2.1)"

Hmmm

pkn@chronos-2017:~$ ansible --version ansible 2.0.0.2 config file = /etc/ansible/ansible.cfg configured module search path = Default w/o overrides

Yup :frowning:

Thanks for your help Dick… did solve the autoremove issue :smiley: