Skip to content

Commit cb3b7e1

Browse files
author
Colin Hoglund
committed
temporary fix until ansible/ansible-modules-core#3702 is released
1 parent 41a21c3 commit cb3b7e1

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

tasks/install_package.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,10 @@
55
when: python_apt_repo != ''
66

77
- name: Setup apt repository
8-
apt_repository: repo="{{python_apt_repo}}"
8+
apt_repository:
9+
repo: "{{python_apt_repo}}"
10+
# temporary fix until https://github.com/ansible/ansible-modules-core/pull/3702 is released
11+
mode: '0644'
912
when: python_apt_repo != ''
1013

1114
- name: Install package

0 commit comments

Comments
 (0)