I'm using the following task to install a few utilities:

`- name: install utilities
    apt: name={{ item.pkg }} state=present upgrade=full
    with_items:
      - pkg: 'htop'
      - pkg: 'mytop'
      - pkg: 'iotop'
      - pkg: 'pv'`

`When executing in check mode, I get the following error:
failed: [192.168.68.136] => (item={'pkg': 'pv'}) => {"failed": true, 
"item": {"pkg": "pv"}}
msg: parameters are mutually exclusive: ['package', 'upgrade', 'deb']`

What am I doing wrong?

-- 
You received this message because you are subscribed to the Google Groups 
"Ansible Project" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/ansible-project/a6d5d607-630f-4efc-bf75-7ff15d72d638%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to