Skip to content

Commit

Permalink
oups
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolas-f committed Sep 4, 2023
1 parent 0d15ed9 commit 3b09a1e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
tasks:
- name: Create configuration file for website
copy:
content: "{\"id\":\"{{ api_key_id }}\",\"name\":\"python\",\"api_key\":\"Qk77qq1AR3WxkwbuQw_Jcw\",\"es_url\":\"https://es01:9200\",\"verify_certs\":false}"
content: "{\"id\":\"{{ api_key_id }}\",\"name\":\"python\",\"api_key\":\"{{ api_key }}\",\"es_url\":\"https://es01:9200\",\"verify_certs\":false}"
dest: '{{ destination }}app/config.json'
- name: Website synchronization
ansible.posix.synchronize:
Expand Down

0 comments on commit 3b09a1e

Please sign in to comment.