mirror of
https://github.com/roles-ansible/ansible_role_packages.git
synced 2024-08-16 10:19:51 +02:00
lick out alpine and mention file permissions
This commit is contained in:
parent
a757e16981
commit
eb51ce412c
2 changed files with 1 additions and 16 deletions
16
.github/workflows/ansible-alpine-latest.yml
vendored
16
.github/workflows/ansible-alpine-latest.yml
vendored
|
@ -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: "./"
|
|
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue