Hubs role: fix a permission issue
This commit is contained in:
parent
016d6a9fda
commit
925aa5ea02
1 changed files with 1 additions and 0 deletions
|
@ -108,6 +108,7 @@
|
||||||
creates: "{{ hubs_venv_dir }}/lib/python2.7/site-packages/fedora-hubs.egg-link"
|
creates: "{{ hubs_venv_dir }}/lib/python2.7/site-packages/fedora-hubs.egg-link"
|
||||||
|
|
||||||
- name: Set bin file context in the virtualenv
|
- name: Set bin file context in the virtualenv
|
||||||
|
become_user: "{{ main_user }}"
|
||||||
file:
|
file:
|
||||||
path: "{{ hubs_venv_dir }}/bin"
|
path: "{{ hubs_venv_dir }}/bin"
|
||||||
state: directory
|
state: directory
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue