Re: [ansible-project] Delete content of FileSystem with a lot files using find and file module

2019-08-28 Thread Eino Tuominen
fer if you are not completely sure what you're doing. And uses least amount of memory and network. At least test carefully for edge cases if you choose to go with option b. -- Eino Tuominen From: Alberto Jimenez Lozano Sent: Wednesday, August 28, 2019 15:46 To: Ansib

Re: [ansible-project] VMware dvs portgroup

2018-11-11 Thread Eino Tuominen
ot;{{item.0.vlan}}" portgroup_type: earlyBinding num_ports: "{{item.0.numports}}" state: present switch_name: "{{item.1}}" loop: "{{ vmds | subelements('dvs', skip_missing=True) }}" -- Eino Tuominen _

RE: [ansible-project] Ansible task crash if using with_items

2015-09-14 Thread Eino Tuominen
Hi James, It seems that it's now working with Python 2.7 on RHEL. The distribution supplied Python (2.6) still produces the same error. -- Eino Tuominen From: ansible-project@googlegroups.com [mailto:ansible-project@googlegroups.com] On Behalf Of James Cammarata Sent: 14. syyskuuta 2015 3:40

[ansible-project] Ansible task crash if using with_items

2015-09-10 Thread Eino Tuominen
! => {"failed": true, "stdout": ""} I tried to google around, but I didn't manage to find anything obvious. I have another test server with Ubuntu that doesn't have this problem. I also tried to install Python 2.7, but that didn't help either. -- Eino Tu