Created
July 16, 2020 23:34
-
-
Save fletort/7e25d820e0762e15d4b46f6219a39622 to your computer and use it in GitHub Desktop.
Create Ansible Role from Molecule with the official Molecule docker image
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
docker run --rm -it \ | |
-v $(pwd):/tmp \ | |
-w /tmp \ | |
quay.io/ansible/molecule:3.0.6 \ | |
molecule init role $1 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment