ansible-training-test/playbooks/poweroff.yml

8 lines
137 B
YAML
Raw Normal View History

2018-07-27 10:01:50 +02:00
- hosts: alpine
gather_facts: false
tasks:
- name: poweroff
command: poweroff
become: true
ignore_errors: true