[ansible-devel] Importing Between Modules

2017-06-05 Thread John Burwell
Hello, I am creating a module for yaourt, a front end for the pacman package manager wrapper [1].  Since yaourt proxies all the syntax of pacman, I refactored the pacman module to expose all operations in a class, PacmanModule [2], which parameterizes the command name allowing pacman and the

Re: [ansible-devel] Implement snap package manager in ansible

2017-06-05 Thread Brian Coca
No one else is working on it afaik, so go ahead. -- Brian Coca -- You received this message because you are subscribed to the Google Groups "Ansible Development" group. To unsubscribe from this group and stop receiving emails from it, send an email to

Re: [ansible-devel] Re: When statements with Jinja2 templating delimiters

2017-06-05 Thread Rich Lees
Latest devel seems to work great for me now. Thanks to the developers for fixing it for this specific use-case. Our codebases no longer generate any warnings except one or two that are both valid and very easy to fix Thanks! On Tuesday, 30 May 2017 14:45:16 UTC+1, Ed wrote: > > [ Bringing a

[ansible-devel] Re: How to encode a str on a AnsibleUnicode format?

2017-06-05 Thread Juan Manuel Parrilla
The original error is the next: TASK [[Assert Comparission] SUCCESS] * task path: /home/jparrill/ownCloud/RedHat/RedHat_Consulting/BBVA/repos/ansible-config-management/assert.yml:8 fatal: [localhost]: FAILED! => {

[ansible-devel] How to encode a str on a AnsibleUnicode format?

2017-06-05 Thread Juan Manuel Parrilla
Hi there, I'm trying to modify the assert module, but I am having some troubles. The error says that the entry variables must be unicode, but encoding it still do not work. I am trying to extend the "that" array with some values, the correct type of objects on the array are this: [WARNING]: