December 2017
Intermediate to advanced
364 pages
7h 30m
English
Execute only when the operating system family is Debian:
tasks:
- name: "shut down Debian flavored systems"
command: /sbin/shutdown -t now
when: ansible_os_family == "Debian"Read now
Unlock full access