Skip to content

Commit 6acdecd

Browse files
authored
Allow force install of packages so we can pin ala-services packages to e.g. downgrade (#589)
1 parent b477c4c commit 6acdecd

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

ansible/roles/pipelines/tasks/main.yml

+1
Original file line numberDiff line numberDiff line change
@@ -284,6 +284,7 @@
284284
state: present
285285
autoclean: yes
286286
update_cache: yes
287+
force: yes
287288
when: use_docker_with_pipelines is defined and use_docker_with_pipelines | bool == False
288289
tags:
289290
- pipelines

0 commit comments

Comments
 (0)