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 Project
It's on the way to being deprecated (most likely we'll do it for real in 2.4)- win_package is the recommended replacement, but we've been holding off on "really" deprecating win_msi until we make some usability changes to win_package. The big one is that you have to look up the product ID to supply it to win_package, but that's not necessary with an MSI unless it's being hosted remotely (so the module can query for the product_id without downloading the msi). So we'll be relaxing that requirement, as well as tweaking around a few other things.
Tai Kedzierski
unread,
Apr 21, 2017, 10:49:45 AM4/21/17
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 Project
OK thanks - I'll hold off using win_msi at all then... definitely would not want to have to re-do this configuration needlessly !
Trond Hindenes
unread,
Apr 22, 2017, 1:09:10 PM4/22/17
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 Project
As far as I can remember I did a PR trying to accomodate some of this, but it may have been lost when we stopped using separate module repos. I'll look up on this.