[ansible-project] Test Coverage Report When Testing Roles with Molecule

2021-04-26 Thread Cindy
Hello. Is there a way to gather a quantitative data about test coverage for molecule test created for an ansible role? -- 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

[ansible-project] Uninstall software using win_package, with uninstall.exe file and without product_id

2019-06-19 Thread Cindy
Good day to All. Hoping someone can help me solve my uninstall issue in my playbook. Sample Playbook: - name: Uninstall existing Collabnet Auto Update win_package: path: "C:\Program Files\CollabNet\Subversion Client\uninst.exe product_id: auto arguments: - /S state:

[ansible-project] Re: Why "java -version" command output was placed in stderr and not in stdout using win_command.

2019-06-06 Thread Cindy
thank you very much for the input Jordan. :) I will try different workaround to catch this. On Thursday, June 6, 2019 at 4:50:36 PM UTC+8, Jordan Borean wrote: > > That’s just what java does > https://stackoverflow.com/questions/13483443/why-does-java-version-go-to-stderr. > > Having values in

[ansible-project] Why "java -version" command output was placed in stderr and not in stdout using win_command.

2019-06-06 Thread Cindy
Hi, I was new on Ansible and testing some functionalities with Windows hosts. Task: - name: Check if Java is installed win_command: java -version register: java_result - name: Print Java_result debug: msg: "{{ java_result }}" Output: Hi, I was wondering why my output was placed

[ansible-project] Ansible POC: win_ping fails using Cloud Fedora as Control Machine, but success on VM Ubuntu as Control Machine

2019-05-28 Thread Cindy Krystle Palmario
*Inventory:* [R2] 10.10.10.74 [all:vars] ansible_user= administrator ansible_password= password ansible_port = 5986 ansible_connection = winrm ansible_winrm_transport = basic ansible_winrm_server_cert_validation = ignore *Ansible Information from VM Ubuntu* ansible 2.7.10 config file=

[ansible-project] win_command installing application on window machine

2017-08-02 Thread Cindy Lee
Hi, I have some problems using Ansible with Windows I'm trying to install program to the window with win_command. Below is the part of the playbook which causes an issue. == - name: install an application win_command: '"C:\Program

[ansible-project] win_command

2017-08-02 Thread Cindy Lee
Hi, I have some problems using Ansible with Windows I'm trying to install program to the window with win_command. Below is the part of the playbook which causes an issue. == - name: install an application win_command: '"C:\Program

Re: [ansible-project] Loop over two tasks

2014-12-17 Thread Cindy Lamm
in, just write a shell script that encapsulates these 3 tasks and then loop over the shell task. Any other solutions? Cheers, Cindy Am Donnerstag, 23. Oktober 2014 18:12:08 UTC+2 schrieb Michael DeHaan: Can you explain your use case in less abstract ways? On Wed, Oct 22, 2014 at 2:49 AM