diff --git a/CICD/make_files.py b/CICD/make_files.py index d49fa78b8a7f6b37d3d9c93e87c06c637dcf6de2..ba68fa85307bf7f67d4bf09c4f39b3f39f842785 100644 --- a/CICD/make_files.py +++ b/CICD/make_files.py @@ -183,6 +183,7 @@ def derive_ansible_constants(choices, inventory): make_vars_filesystems(choices, inventory) make_nfs_exports(inventory) make_known_hosts(inventory) + make_nhc_config(inventory) make_gres_conf(inventory) make_vars_vars(choices, inventory) make_ssh_cfg(choices, inventory)