Skip to content

Commit d74a921

Browse files
authored
Update ansible_docker.py
1 parent 1ed99d3 commit d74a921

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: ansible_docker.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ def run_command(self, command):
109109

110110
# Optionally install required ansible roles
111111
if bool(reqired_role):
112-
role_install_command = ["ansible-galaxy", "role", "install", f"{reqired_role}", "--upgrade"]
112+
role_install_command = ["ansible-galaxy", "role", "install", f"{reqired_role}", "--force"]
113113
role_install_info = execute.run_command(role_install_command)
114114
print(f"{role_install_info}\nSINGLE ROLE INSTALL SUCCESSFUL")
115115

0 commit comments

Comments
 (0)