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 2777bc0 commit 6e89b89Copy full SHA for 6e89b89
tasks/generate_secret_key.yml
@@ -1,6 +1,6 @@
1
---
2
- name: Generate a SECRET_KEY for NetBox if unspecified
3
- shell: "{{ netbox_current_path }}/netbox/generate_secret_key.py | tr -d $'\n' > {{ netbox_shared_path }}/generated_secret_key"
+ shell: "{{ netbox_python_binary }} {{ netbox_current_path }}/netbox/generate_secret_key.py | tr -d $'\n' > {{ netbox_shared_path }}/generated_secret_key"
4
args:
5
creates: "{{ netbox_shared_path }}/generated_secret_key"
6
become: True
0 commit comments