From 449deaeb99479c310fcd75bad5bcb51ca73fee38 Mon Sep 17 00:00:00 2001 From: Cian Hatton Date: Sat, 13 Aug 2022 12:36:39 +0100 Subject: [PATCH] remove ci for now --- .github/workflows/ci.yaml | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index e503aa8..1690bfc 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -11,13 +11,13 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v2 - - name: "pull image" - run: docker pull geerlingguy/docker-debian10-ansible:latest - - name: Molecule - uses: gofrolist/molecule-action@v2 - with: - molecule_command: test - molecule_working_dir: ansible/roles/setup_docker - env: - ANSIBLE_FORCE_COLOR: '1' - PY_COLORS: "1" +# - name: "pull image" +# run: docker pull geerlingguy/docker-debian10-ansible:latest +# - name: Molecule +# uses: gofrolist/molecule-action@v2 +# with: +# molecule_command: test +# molecule_working_dir: ansible/roles/setup_docker +# env: +# ANSIBLE_FORCE_COLOR: '1' +# PY_COLORS: "1"