[ansible-devel] module hangs at "getting output with communicate()"

2018-11-16 Thread christian . tremel
while trying to get a new module for editing aix config files running the following occurs. at first run the entries gets successfully added to the file, but at the second run (check mode ?) the module hangs with the mentioned error. not sure how to proceed here? f repo with actual code ->

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

2018-11-15 Thread christian . tremel
ends_documentation_fragment: - files author: - Christian Tremel (@flynn1973) ''' EXAMPLES = ''' - name: add ldap user stanza aix_stanza: path: /etc/security/user stanza: exampleuser options: SYSTEM=LDAP,registry=LDAP state: present mode: 0644 backup: yes - name: add