File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 6363 ansible.builtin.pip :
6464 requirements : " {{ netbox_shared_path }}/requirements.txt"
6565 extra_args : >-
66- {{ ['-c', netbox_shared_path + '/constraints.txt']
67- + (netbox_pip_extra_args | default([]))
66+ {{ ( ['-c', netbox_shared_path + '/constraints.txt']
67+ + (netbox_pip_extra_args | default([])))
6868 | join(' ') }}
6969 virtualenv : " {{ netbox_virtualenv_path }}"
7070 become : true
7979 state : present
8080 virtualenv : " {{ netbox_virtualenv_path }}"
8181 extra_args : >-
82- {{ ['-c', netbox_shared_path + '/constraints.txt']
83- + (netbox_pip_extra_args | default([]))
82+ {{ ( ['-c', netbox_shared_path + '/constraints.txt']
83+ + (netbox_pip_extra_args | default([])))
8484 | join(' ') }}
8585 become : true
8686 become_user : " {{ netbox_user }}"
You can’t perform that action at this time.
0 commit comments