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 41a21c3 commit cb3b7e1Copy full SHA for cb3b7e1
tasks/install_package.yml
@@ -5,7 +5,10 @@
5
when: python_apt_repo != ''
6
7
- name: Setup apt repository
8
- apt_repository: repo="{{python_apt_repo}}"
+ 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'
12
13
14
- name: Install package
0 commit comments