Skip to content

Commit 13f24c3

Browse files
committed
Fix location of ansible.cfg step in rendered Containerfile
1 parent a29517c commit 13f24c3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ansible_builder/main.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,10 +70,10 @@ def create(self):
7070
def write_containerfile(self):
7171
# File preparation
7272
self.containerfile.create_folder_copy_files()
73-
self.containerfile.prepare_ansible_config_file()
7473

7574
# First stage, galaxy
7675
self.containerfile.prepare_galaxy_stage_steps()
76+
self.containerfile.prepare_ansible_config_file()
7777
self.containerfile.prepare_build_context()
7878
self.containerfile.prepare_galaxy_install_steps()
7979

0 commit comments

Comments
 (0)