Ansible playbook example : script module : using args creates / removes

  • “creates” arg does not create file. It is just for decision for task running or skipping.
  • “removes” arg does not remove file. It is just for decision for task running or skipping.

--

--