Created
April 21, 2017 15:31
-
-
Save retrospectacus/d2e9de7bd6ab70b2a32b5687db43990b 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: Simple test for raw + environment. | |
hosts: localhost | |
connection: local | |
tasks: | |
- name: Issue a warning | |
raw: echo hello world | |
environment: | |
foo: bar | |
- name: Don't issue a warning | |
raw: whoami |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment