diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index b4992ac..74bc006 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -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: | diff --git a/test/test.yml b/test/test.yml index 46a3509..ab7fd04 100644 --- a/test/test.yml +++ b/test/test.yml @@ -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: