[ansible-project] Re: win_package - missing product id error

2017-08-25 Thread don_rumata
https://gist.github.com/don-rumata/f42134fd59e7c7630cbef31b05306552 вторник, 23 августа 2016 г., 19:11:55 UTC+3 пользователь Anfield написал: > > Any ideas anyone? > -- You received this message because you are subscribed to the Google Groups "Ansible Project" group. To unsubscribe from this

[ansible-project] Re: win_package - missing product id error

2016-08-23 Thread 'J Hawkesworth' via Ansible Project
Yes, I have hit this with notepad++. I think it hangs because a dialog is prompting the user for some input. I think there's a chocolatey package for it, so probably the easiest way to get round it is to use chocolatey. I think there's a zip file version as well if you don't mind scripting

[ansible-project] Re: win_package - missing product id error

2016-08-23 Thread Anfield
Any ideas anyone? -- 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 ansible-project+unsubscr...@googlegroups.com. To post to this group, send email to

[ansible-project] Re: win_package - missing product id error

2016-08-23 Thread Anfield
Also took the product id from the registry of my machine and tried that in the playbook also, same result > > -- 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

[ansible-project] Re: win_package - missing product id error

2016-08-23 Thread Anfield
Changed my playbook to the following but it seems like it stalls and doesnt provide an final error #Install Notepad 6.9.2 from specified repository - hosts: all gather_facts: false tasks: - name: Install Notepad 6.9.2 Package win_package: path:

[ansible-project] Re: win_package - missing product id error

2016-08-23 Thread Anfield
so is there no way I can use a dummy id? Id have to install on another machine first and then find the product_id? -- 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

[ansible-project] Re: win_package - missing product id error

2016-08-19 Thread Trond Hindenes
You basically need the id, as that's what gets checked for idempodency. So if you put in something wrong it will attempt to install on every run. You'll find the correct key in the uninstall node in the registry. On Friday, August 19, 2016 at 9:41:17 PM UTC+2, Anfield wrote: > > Nevermind - I

[ansible-project] Re: win_package - missing product id error

2016-08-19 Thread Anfield
Nevermind - I just added product_id="notepad" to get past this error > -- 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