Skip to content

Commit

Permalink
DSO-2017: added playbook path to missing command
Browse files Browse the repository at this point in the history
  • Loading branch information
b-nicasio committed Mar 4, 2024
1 parent 5fb762b commit 9f08e8c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ runs:
set_env "OPTS="
fi
sed -i "/- hosts:/a\ no_log: yes" playbooks/site.yml
sed -i "/- hosts:/a\ no_log: yes" ${{ playbook_path }}/site.yml
- name: Add Ansible vault password to vault key file
shell: bash -leo pipefail {0}
Expand Down

0 comments on commit 9f08e8c

Please sign in to comment.