Created
October 1, 2020 09:18
-
-
Save alces/319964da7e96f84998a8d312a91423ac to your computer and use it in GitHub Desktop.
Passing a list as a value of an external Ansible variable
This file contains 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
ansible-playbook our_playbook.yml -e '{"our_var": ["one", "two", "three",]}' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment