Skip to content

Commit

Permalink
Merge pull request #9274 from yuumasato/add_ansible_to_GHA_release
Browse files Browse the repository at this point in the history
[Stabilization] Install ansible for the extra modules
  • Loading branch information
Mab879 committed Jul 29, 2022
2 parents 48d6657 + 2062d36 commit dd0b62b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
image: fedora:latest
steps:
- name: Install Deps
run: dnf install -y cmake ninja-build openscap-utils python3-pyyaml python3-jinja2 python3-pytest ansible-lint expat libxslt
run: dnf install -y cmake ninja-build openscap-utils python3-pyyaml python3-jinja2 python3-pytest ansible ansible-lint expat libxslt
- name: Checkout
uses: actions/checkout@v2
- name: Configure
Expand Down

0 comments on commit dd0b62b

Please sign in to comment.