Skip to content

Instantly share code, notes, and snippets.

@retrospectacus
Created April 21, 2017 15:31
Show Gist options
  • Save retrospectacus/d2e9de7bd6ab70b2a32b5687db43990b to your computer and use it in GitHub Desktop.
Save retrospectacus/d2e9de7bd6ab70b2a32b5687db43990b to your computer and use it in GitHub Desktop.
- 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