Hi
Before installing my product using command module, I need to set ulimit -n 10240. I tried running
-
name: Install product
command: “{{ item }}”
with_items: -
“ulimit -n 10240”
-
“setup -r responsefile”
When I run this way, I get
“module_name”: “command”}, “item”: “ulimit -n 10240”, “msg”: “[Errno 2] No such file or directory”, “rc”: 2}
How can I get it working ?