How can I participate to make Ansibel pkgng or portinstal "working" on FreeBSD

Hello,

I would like to participate to make Ansibel pkgng or portinstal “working” on FreeBSD.

I was trying to update php version from 5.4.28 to 5.4.34 (the port has this version), but was unable to do so.

The playbook is as follows:

  • hosts: 10.0.21.99
    remote_user: jdoe
    sudo: yes
    tasks:
  • name: Upgrade php5
    pkgng: name=lang/php5 state=present cached=yes

For some reason executing the above playbook (either with cached=yes or cached=no) did not update the php version to 5.4.34.

Using portinstal, the result was the same.

-Laurentius

what versions of ansible, python and freebsd?

Hello Brian,

Thanks for your response.

See information below:

  • Ansible: 1.7.2
  • Python: 2.7.6
  • FreeBSD: FreeBSD 10.0-RELEASE-p9
    Yes, I was able to do the PHP upgrade directly from the command line tools.

-Laurentius