diff --git a/book-config-oel-6-7.yml b/book-config-oel-6-7.yml index 483e0e6..8f579b2 100755 --- a/book-config-oel-6-7.yml +++ b/book-config-oel-6-7.yml @@ -4,6 +4,6 @@ user: root roles: - { role: configure-host-oel6, when: "ansible_distribution_major_version == '6'" } - - { role: configure-host-oel7, when: "ansible_distribution_major_version == '7'" } + - { role: configure-host-oel7, when: "ansible_distribution_major_version >= '7'" } # - install-oracle-sw