Created
November 11, 2019 03:09
-
-
Save tacahiroy/6d3a9e9f038671f5efc7a3d2ebad8931 to your computer and use it in GitHub Desktop.
Proceed an Ansible task when the target is EL 8 (RHEL or CentOS)
This file contains 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
when: ansible_os_family == "RedHat" and ansible_distribution_major_version == "8" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment