We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a29517c commit 13f24c3Copy full SHA for 13f24c3
ansible_builder/main.py
@@ -70,10 +70,10 @@ def create(self):
70
def write_containerfile(self):
71
# File preparation
72
self.containerfile.create_folder_copy_files()
73
- self.containerfile.prepare_ansible_config_file()
74
75
# First stage, galaxy
76
self.containerfile.prepare_galaxy_stage_steps()
+ self.containerfile.prepare_ansible_config_file()
77
self.containerfile.prepare_build_context()
78
self.containerfile.prepare_galaxy_install_steps()
79
0 commit comments