Skip to content

Commit

Permalink
feat: add custom ansible.cfg to execution environment (#15)
Browse files Browse the repository at this point in the history
  • Loading branch information
marcolongol authored Jun 10, 2024
1 parent 3e442e5 commit 8ceb819
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions execution-environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,13 @@ dependencies:
- python3-virtualenv
- sshpass

additional_build_files:
- src: ansible.cfg
dest: configs

additional_build_steps:
prepend_galaxy:
- COPY _build/configs/ansible.cfg /etc/ansible/ansible.cfg
append_final:
# Install sops
- RUN curl -LO https://github.com/getsops/sops/releases/download/v3.8.1/sops-v3.8.1.linux.amd64
Expand Down

0 comments on commit 8ceb819

Please sign in to comment.