Reputation: 1171
I have some PowerShell commands to perform a job. Instead of running them one after another, I want to place them in an Ansible playbook so that they get executed in a sequence when the playbook is being run.
Any suggestions about which modules could I use in ansible to do this??
Upvotes: 0
Views: 5756