solar/resources/ansible_local/actions/run.yaml
2015-07-16 16:25:53 +03:00

9 lines
183 B
YAML

- hosts: localhost
sudo: yes
vars:
var1: 'playbook'
roles:
- { role: "test_role" }
tasks:
- debug: msg="VAR1 value is {{var1}}"
- fail: msg='just test failure'