Hello,
I have spend a lot of time to find a solution at this issue.
I have a task :
- name: check updated package (Debian)
command: apt-get -s install {{ item.item }}
register: updateD
when: (ansible_os_family == "Debian") and (installD is defined) and ( {{
item.rc }} == 0)
with_items: "{{ installD.results }}"
failed_when: updateD > 1
changed_when: no
and Ansible reaction is :
[WARNING]: Consider using apt module rather than running apt-get
But I don't find any option in documentation to obtain the result of "-s".
--
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/80f9c607-eea7-47b6-a2b3-3133fa501549%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.