From aa091143b3f7db6c20729b7f673589b0e5097cd0 Mon Sep 17 00:00:00 2001 From: Yacine31 Date: Sun, 20 Jun 2021 15:54:41 +0200 Subject: [PATCH] dos2unix convertion --- book-config-oel-6-7.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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