Split defaults main file (#10121)

This commit is contained in:
Victor Morales
2023-06-22 02:19:40 -07:00
committed by GitHub
parent 4a8fd94a5f
commit bf31a3a872
7 changed files with 797 additions and 797 deletions

View File

@@ -10,7 +10,7 @@ import sys
import requests
from ruamel.yaml import YAML
MAIN_YML = "../roles/download/defaults/main.yml"
MAIN_YML = "../roles/download/defaults/main/main.yml"
def open_main_yaml():
yaml = YAML()