mirror of https://github.com/ansible/ansible.git
You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
18 lines
316 B
YAML
18 lines
316 B
YAML
11 years ago
|
---
|
||
|
- hosts: localhost
|
||
|
connection: local
|
||
|
gather_facts: False
|
||
|
|
||
|
tasks:
|
||
|
- name: Loggføring fungerer
|
||
|
command: echo "Feilsøking"
|
||
|
always_run: yes
|
||
|
|
||
|
- name: Die Süßigkeit
|
||
|
command: echo "Die Süßigkeit"
|
||
|
always_run: yes
|
||
|
|
||
|
- name: Logging works
|
||
|
command: echo "Debugging"
|
||
|
always_run: yes
|