Write an Ansible task that will:
✅ Create a directory named /tmp/new_directory on a target machine
1️⃣ Write an Ansible task to create the directory
2️⃣ Run the task using an Ansible playbook
✅ Automates directory creation on multiple servers
✅ Ensures consistency across environments
✅ Idempotent execution (runs only if necessary)
✅ Scales easily for multiple directories
Want to enhance this playbook? Fork, improve, and submit a pull request! 🚀
💡 Need help? Open an issue or connect with me on GitHub!