Skip to content

Commit

Permalink
wrong path
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolas-f committed Sep 1, 2023
1 parent f029278 commit 4311be5
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\",\"verify_certs\":false}"
content: "{\"id\":\"{{ api_key_id }}\",\"name\":\"python\",\"api_key\":\"Qk77qq1AR3WxkwbuQw_Jcw\",\"es_url\":\"https://es01:9200\",\"verify_certs\":false}"
dest: '{{ destination }}config.json'
- name: Website synchronization
ansible.posix.synchronize:
Expand Down

0 comments on commit 4311be5

Please sign in to comment.