rseabra
rseabra
How is state 'modify' something compatible with the concept of idempotency?
@schamola the problem exists with state: present, it tries to modify for some mysterious and incorrect reason, and then invokes chfs incorrectly. So it's like two bugs in one, cheaper...
@schamola @nitismis This is not fixed, it continues to "change" the filesystems. I run once it creates, I run it again and it "changes" something (since no passed parameter changed,...
This is the task: ```yaml - name: Setup DATA Filesystems ibm.power_aix.filesystem: attributes: "{{ item.1.attributes|default(omit) }}" auto_mount: "{{ item.1.auto_mount|default(true) }}" device: "{{ item.1.lv }}" filesystem: "{{ item.1.filesystem|default(item.1.mount) }}" fs_type: "{{ item.1.fs|default('jfs2')...
Hi @panr why close without merge, anything wrong?
Ok, thanks. :)