Skip to content

Commit

Permalink
Merge pull request #245 from OpenVoiceOS/fix/ci
Browse files Browse the repository at this point in the history
[ci] Remove ansible-playbook-grapher and clean .ansible before run
  • Loading branch information
goldyfruit authored Jan 17, 2025
2 parents 242df08 + a63a939 commit b79faca
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions .github/workflows/linting.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ jobs:

- name: Install Ansible requirements
run: |
rm -rf ~/.ansible
pip install ansible-playbook-grapher ansible ansible-lint
sudo apt-get --no-install-recommends -y install graphviz
ansible-galaxy collection install -r ansible/requirements.yml --force
Expand All @@ -34,12 +35,6 @@ jobs:
mkdir artifacts
ansible-playbook --list-tasks ansible/site.yml > artifacts/list-tasks-site
- name: Generate graph representing the Ansible playbook
env:
ANSIBLE_LOCALHOST_WARNING: False
run: |
ansible-playbook-grapher --include-role-tasks ansible/site.yml -o artifacts/graph-site
- name: Upload Ansible artifacts
uses: actions/upload-artifact@v3
with:
Expand Down

0 comments on commit b79faca

Please sign in to comment.