[ansible-devel] add_host case sensitive.

2018-04-11 Thread Marek Slebodnik
ult --- Kserver3 Kserver4 --- Before I start implementation, I would appreciate other's opinions. Regards Marek Slebodnik -- You received this message because you are subscribed to the Google Groups "Ansible Development" group. To unsubscribe from this group and stop receiving emails

Re: [ansible-devel] add_host case sensitive.

2018-04-11 Thread Marek Slebodnik
s | map("lower")) | difference(groups.all | > map("lower")) }} > > This will give you a list of hosts that only exist in the new list, taking > into account case differences, with all results in lowercase. > > Andrew Gaffney > agaffney.org > > On Wed, Apr 1

Re: [ansible-devel] new module: TypeError: 'NoneType' object is not iterable

2018-11-15 Thread Marek Slebodnik
Gruess Gott Christian, what I did while debugging my ansible module is . *export ANSIBLE_KEEP_REMOTE_FILES=1* run ansible scipt /playbook etc *ansible-playbook -i /tmp/i /home/mslebodn/lbuild/pb/vcs_update.yml* and on target machine , find prepared ansible module and run it with pdb [ans@r7_ms

Re: [ansible-devel] "msg": "Unsupported parameters for (basic.py)

2020-02-05 Thread Marek Slebodnik
Supporeted parameters: "data_owner, hostname, password, query_operator, username, xpath", you have in module args you have "infra_graphql_data_owner infra_.". So either update module args in you json, or spec attribute in *AnsibleModule* instance. MS. st 5. 2. 2020 o 8:02 Tejas Gadaria napĂ­s