Skip to content

Commit

Permalink
Merge pull request #18 from lumarel/fix/el8-2
Browse files Browse the repository at this point in the history
readd run.sh
  • Loading branch information
lumarel authored Apr 28, 2023
2 parents a50d024 + 88a24ff commit bae4556
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion execution-environment-el8.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,5 @@ additional_build_steps:
- RUN update-ca-trust
- ADD run.sh /run.sh
- CMD /run.sh
- RUN git lfs install --system
- USER 1000
- RUN git lfs install
3 changes: 3 additions & 0 deletions run.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
#! /bin/bash

ansible-runner worker --private-data-dir=/runner

0 comments on commit bae4556

Please sign in to comment.