Found the answer:

The 'pip' module defaults to installing applications in 'editable' mode.  
Not sure why that doesn't survive a reboot, but if I change the ansible 
script to:

- hosts: power_controllers
  tasks:
    - name: Install the power cycle utility
      pip:
        name: 
'git+http://github.com/burlington-arc/power-cycle.git#egg=power-cycle'
        editable: false

...It works correctly, and the installation survives reboot.

Greg.

-- 
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/a15e9cb2-c390-4dda-8589-a854e1520c26%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to