Skip to content
Snippets Groups Projects
Commit 9f6415bd authored by debora.benedetto@hpe.com's avatar debora.benedetto@hpe.com
Browse files

change main.yaml extension in main.yml

parent 46411b86
No related branches found
No related tags found
No related merge requests found
......@@ -57,7 +57,7 @@ def create_files(step, output_path):
# for resource_params in parameters[resource_name]:
resource_params = parameters[resource_name]
ansible_output_file_path = output_path + "/".join([step_name, "main"]) + ".yaml"
ansible_output_file_path = output_path + "/".join([step_name, "main"]) + ".yml"
inventory_output_file_path = output_path + "/".join([step_name, "inventory"]) + ".j2"
config_output_file_path = output_path + "/".join([step_name, "config"]) + ".yaml"
ssh_key_output_file_path = output_path + "/".join([step_name, "ssh_key.j2"])
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment