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

-- 
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 ansible-project+unsubscr...@googlegroups.com.
To post to this group, send email to ansible-project@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/ansible-project/01220980-c3a8-4e25-b106-7420c770cbc6%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to