Created
September 11, 2020 19:28
-
-
Save nleiva/99593e4e8af8ebc075c64b968af37f48 to your computer and use it in GitHub Desktop.
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
- name: Run Go container | |
podman_container: | |
name: go_test_container | |
image: golang | |
command: go version | |
rm: true | |
log_options: "path={{ log_file }}" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment