mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-08 06:12:51 +00:00
Playbook test upgrades, made some notes about callbacks we need to add. Still need to compare events
recieved vs expected so we can be notified if this test breaks, and also to add some more detailed playbooks that use includes & async, etc.
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
---
|
||||
- hosts: all
|
||||
vars:
|
||||
answer: "I think so, Brain, but if they called them sad meals, kids wouldn't buy them."
|
||||
answer: "???"
|
||||
port: 5150
|
||||
|
||||
tasks:
|
||||
@@ -14,13 +14,13 @@
|
||||
action: command /bin/true
|
||||
|
||||
- name: test basic shell
|
||||
action: echo $HOME
|
||||
action: shell echo $HOME
|
||||
|
||||
- name: test copy
|
||||
action: copy src=sample.j2 dest=test_data/copy.out
|
||||
action: copy src=sample.j2 dest=/tmp/ansible_test_data_copy.out
|
||||
|
||||
- name: test template
|
||||
action: template src=sample.j2 dest=test_data/template.out
|
||||
action: template src=sample.j2 dest=/tmp/ansible_test_data_template.out
|
||||
|
||||
handlers:
|
||||
|
||||
|
||||
Reference in New Issue
Block a user