1
0
Fork 0
mirror of https://github.com/roles-ansible/ansible_role_base.git synced 2024-08-16 14:29:50 +02:00

lick out alpine and mention file permissions

This commit is contained in:
L3D 2020-08-28 14:05:00 +02:00 committed by L3D
parent a757e16981
commit eb51ce412c
No known key found for this signature in database
GPG key ID: 5215C3441797AB2B
2 changed files with 1 additions and 16 deletions

View file

@ -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: "./"

View file

@ -42,4 +42,5 @@
copy: copy:
content: "{{ playbook_version_number }}" content: "{{ playbook_version_number }}"
dest: "/etc/.ansible-version/{{ playbook_version_path }}" dest: "/etc/.ansible-version/{{ playbook_version_path }}"
mode: 0644
when: submodules_versioncheck|bool when: submodules_versioncheck|bool