Skip to content
Snippets Groups Projects

Become when slurping django secret key from file

Closed Dominic Delabruere requested to merge ddelabru/ansible:become-slurp-django-key into master
1 file
+ 1
0
Compare changes
  • Side-by-side
  • Inline
+ 1
0
@@ -66,6 +66,7 @@
@@ -66,6 +66,7 @@
- name: "Retrieve secret key from {{ funkwhale_config_path }}/django_secret_key"
- name: "Retrieve secret key from {{ funkwhale_config_path }}/django_secret_key"
when: not ansible_check_mode
when: not ansible_check_mode
 
become: true
slurp:
slurp:
src: "{{ funkwhale_config_path }}/django_secret_key"
src: "{{ funkwhale_config_path }}/django_secret_key"
register: secret_key
register: secret_key
Loading