From 47f8dae16a096050dccbb8d161f4a18946a6ae73 Mon Sep 17 00:00:00 2001 From: Charlie Mordant Date: Wed, 15 Apr 2020 17:13:38 +0200 Subject: [PATCH] github action lint --- .github/workflows/molecule.yml | 16 ++-------------- 1 file changed, 2 insertions(+), 14 deletions(-) diff --git a/.github/workflows/molecule.yml b/.github/workflows/molecule.yml index 4ac0ec3..8077f12 100644 --- a/.github/workflows/molecule.yml +++ b/.github/workflows/molecule.yml @@ -32,26 +32,14 @@ jobs: - name: Install molecule run: | sudo apt update - sudo apt -y install python3-setuptools python3 python3-pip docker + sudo apt -y install python3-setuptools python3 python3-pip docker vagrant sudo pip3 install wheel - sudo pip3 install docker molecule testinfra yamllint ansible-lint flake8 + sudo pip3 install docker molecule testinfra yamllint ansible-lint flake8 molecule-vagrant - name: molecule lint run: | molecule lint - requirements: - # The type of runner that the job will run on - runs-on: ubuntu-latest - # Steps represent a sequence of tasks that will be executed as part of the job - steps: - # Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it - - uses: actions/checkout@v2 - - name: install prereq - run: | - ansible-galaxy collection install -r requirements.yml - ansible-galaxy role install -r requirements.yml - molecule: runs-on: ubuntu-latest