update create db dir

This commit is contained in:
Yacine31
2021-06-24 11:11:07 +02:00
parent e92f4d3fde
commit daccd1d97a
4 changed files with 11 additions and 9 deletions

View File

@@ -3,6 +3,7 @@
hosts: all
user: root
roles:
- { role: configure-host-oel6, when: "ansible_distribution_major_version == '6'" }
- { role: configure-host-oel7, when: "ansible_distribution_major_version >= '7'" }