Skip to content

Commit

Permalink
CI Localenv -> Fix EDGAR Setup command not working.
Browse files Browse the repository at this point in the history
  • Loading branch information
mbfm committed Jan 29, 2025
1 parent a60d66e commit 561bfe9
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .ci/deploy/localenv/ansible/playbook-edge.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -142,5 +142,7 @@

- name: Run EDGAR Setup
ansible.builtin.command:
cmd: "opendut-edgar setup --no-confirm managed {{ setup_string }}"
cmd: "opendut-edgar/opendut-edgar setup --no-confirm managed {{ setup_string }}"
chdir: "{{ edgar_unpack_dir }}"
environment:
OPENDUT_EDGAR_SERVICE_USER: root

0 comments on commit 561bfe9

Please sign in to comment.