Ubuntu 14.04, Ansible 2.0.0.2

I'm using win_nssm to install a service. It's successfully installing the 
service, however all subsequent runs show the win_nssm task as 'changed'.

Why is win_nssm showing 'changed' even though the service has already been 
installed and nothing has been modified? Is it actually re-installing the 
service?

*Playbook:*

  win_nssm:

    name: servicename

    state: present

    application: C:\path\to\exe

    start_mode: manual

    user: ********

    password: ********


*Output:*

TASK [appservice : Install appservice via NSSM] ****************

changed: [server1.my.domain.com]



Any way to condition around this?

-- 
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 post to this group, send email to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/ansible-project/c75b2e9e-1fc9-4a37-bb3c-cafa41f19a25%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to