Skip to content

Commit

Permalink
issue #15 : test workflow - ok
Browse files Browse the repository at this point in the history
  • Loading branch information
zerwes committed Dec 7, 2023
1 parent 1c03041 commit 4bbe6df
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 8 deletions.
7 changes: 0 additions & 7 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,13 +20,6 @@ jobs:
run: |
python -m pip install --upgrade pip
pip install ansible ansible-core lxml
- name: debug
run: |
python --version
which python
pip --version
which pip
pip list
- name: run ansible test
working-directory: ./test
run: |
Expand Down
2 changes: 1 addition & 1 deletion test/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
- name: run test
hosts: testhosts
vars:
ansible_python_interpreter: "/usr/bin/env python"
ansible_python_interpreter: "/usr/bin/env python" # REQUIRED for guthub action
config_path: test/{{ inventory_hostname }}.xml
local_config_path: cfg/{{ inventory_hostname }}.xml
tasks:
Expand Down

0 comments on commit 4bbe6df

Please sign in to comment.