Posted on 20th May 2025|89 views
What is the purpose of"mkdir" in ansible
Posted on 20th May 2025| views
In Ansible, through the file module, we will create directories. In Linux, we will use the “mkdir” command to create the commands. The recursive argument present in the Ansible acts similar to the “mkdir” command.