How to handle package manager depending installations?
21 views
Skip to first unread message
thomas....@teamaol.com
unread,
Oct 15, 2014, 3:44:31 AM10/15/14
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to ansible...@googlegroups.com
Hi,
I would like to know how to organize one task that I can install packages depending on the ansible_pkg_mgr variable? Could you please provide an example, if possible?
Please note: I know ... I can create two tasks with a "when" clause. I have that in place.