Created
February 28, 2022 13:08
-
-
Save amaurybsouza/a8d6ceabca5e2ca68fb80c01e5c300be to your computer and use it in GitHub Desktop.
ansible_facts
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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