1.9 had a skeleton for pfexec support but we never got to test it, it is now available in 2.0 which is current devel and close to release.
If you really want to test with 1.9, you need to update the following in the ssh.py or paramiko_ssh.py connection plugin (whichever you are using). self.become_methods_supported=['sudo', 'su', 'pbrun'] should look like: self.become_methods_supported=['sudo', 'su', 'pbrun', 'pfexec'] -- Brian Coca -- 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/CAJ5XC8mxLcNSZ5VAdPGGA1UqTCmtvBHnzimwDes%3DE_OyB9YgvQ%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.
