From 9dae659fec2febf2cf109f8ef7cec4037b31b318 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pawe=C5=82=20Krawczyk?= <616047+kravietz@users.noreply.github.com> Date: Sat, 7 Aug 2021 13:06:08 +0100 Subject: [PATCH] Init Ansible dir --- .github/workflows/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 41db952..bd97be2 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -34,7 +34,7 @@ jobs: with: path: ${{ github.repository }} - - run: echo -e "[all]\nlocalhost" > /etc/ansible/inventory + - run: mkdir -p /etc/ansible && echo -e "[all]\nlocalhost" > /etc/ansible/inventory - name: Ansible Molecule uses: MonolithProjects/action-molecule@v1.4.3