Created
July 27, 2017 08:30
-
-
Save printesoi/560d879c69b0ee2c3c1d55e3db638350 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: Task 1 {{ var }} | |
debug: | |
var: var | |
- name: Task 2 | |
command: date | |
register: date | |
changed_when: false | |
- name: Task 3 | |
debug: | |
var: date.stdout |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment