Re: [ansible-project] List of items in deb parameter of apt module

2019-04-18 Thread Dick Visser
Sorry, too fast. There is a deb parameter! But according to https://docs.ansible.com/ansible/latest/modules/apt_module.html that parameter does not support a list argument. The "name" parameter does. The porting guide says this explicitly: "Instead of relying on implicit squashing, tasks should

Re: [ansible-project] List of items in deb parameter of apt module

2019-04-18 Thread Dick Visser
The apt module does not have a "deb" parameter. Use "name" instead. https://docs.ansible.com/ansible/latest/modules/apt_module.html On Thu, 18 Apr 2019 at 10:41, wrote: > > Hi! > > Since the with_items are going to be deprecated and following the porting > guide here: >

[ansible-project] List of items in deb parameter of apt module

2019-04-18 Thread f . floimair . commend
Hi! Since the with_items are going to be deprecated and following the porting guide here: https://docs.ansible.com/ansible/latest/porting_guides/porting_guide_2.7.html I tried to rewrite some of my tasks where I am installing debian packages to use list format (which works with packages that