Hey everyone, writing a playbook to check if a package is installed on my windows system. if not run the installer from \Temp\software. and if already there, ignore. i have the command to run the installer but need to know how to check if the application is already installed
- name: install SCCM win_package: path: c:\Temp\software\CLENT_2203\install.cmd state: present ingnor_errors: yes -- 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 view this discussion on the web visit https://groups.google.com/d/msgid/ansible-project/0bbf03f5-d935-41df-ae0b-c85043a3e195n%40googlegroups.com.
