Skip to content

Instantly share code, notes, and snippets.

@amaurybsouza
Created February 28, 2022 13:08
Show Gist options
  • Save amaurybsouza/a8d6ceabca5e2ca68fb80c01e5c300be to your computer and use it in GitHub Desktop.
Save amaurybsouza/a8d6ceabca5e2ca68fb80c01e5c300be to your computer and use it in GitHub Desktop.
ansible_facts
tasks:
- name: Shut down Debian flavored systems
ansible.builtin.command: /sbin/shutdown -t now
when: ansible_facts['os_family'] == "Debian"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment