From eb51ce412cabcd7adbb174f5260fda048c3e805c Mon Sep 17 00:00:00 2001 From: L3D Date: Fri, 28 Aug 2020 14:05:00 +0200 Subject: [PATCH] lick out alpine and mention file permissions --- .github/workflows/ansible-alpine-latest.yml | 16 ---------------- tasks/versioncheck.yml | 1 + 2 files changed, 1 insertion(+), 16 deletions(-) delete mode 100644 .github/workflows/ansible-alpine-latest.yml diff --git a/.github/workflows/ansible-alpine-latest.yml b/.github/workflows/ansible-alpine-latest.yml deleted file mode 100644 index 8b9d618..0000000 --- a/.github/workflows/ansible-alpine-latest.yml +++ /dev/null @@ -1,16 +0,0 @@ -name: Ansible check alpine:latest - -on: [push, pull_request] - -jobs: - build: - - runs-on: ubuntu-latest - - steps: - - uses: actions/checkout@v2 - - - name: ansible check with alpine:latest - uses: roles-ansible/check-ansible-alpine-latest-action@master - with: - targets: "./" diff --git a/tasks/versioncheck.yml b/tasks/versioncheck.yml index 598b57f..7977e52 100644 --- a/tasks/versioncheck.yml +++ b/tasks/versioncheck.yml @@ -42,4 +42,5 @@ copy: content: "{{ playbook_version_number }}" dest: "/etc/.ansible-version/{{ playbook_version_path }}" + mode: 0644 when: submodules_versioncheck|bool