1
0
Fork 0
mirror of https://github.com/roles-ansible/ansible_role_i3wm.git synced 2024-08-16 10:09:53 +02:00

update test and versionscheck

This commit is contained in:
L3D 2021-09-07 15:04:43 +02:00
parent 15b2e1dc10
commit dd2bc19a9a
Signed by: l3d
GPG key ID: CD08445BFF4313D1
2 changed files with 17 additions and 5 deletions

14
.github/workflows/ansible-molecule.yml vendored Normal file
View file

@ -0,0 +1,14 @@
---
name: molecule testing
# yamllint disable-line rule:truthy
on: push
jobs:
molecule:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
with:
path: "${{ github.repository }}"
- uses: gofrolist/molecule-action@v2

View file

@ -1,4 +1,7 @@
---
# Copyright (c) 2021 L3D <l3d@c3woc.de>
# this file is released with the MIT license.
# License: https://github.com/roles-ansible/ansible_role_template/blob/main/LICENSE
- name: Create directory for versionscheck
become: true
ansible.builtin.file:
@ -32,11 +35,6 @@
when:
- playbook_version.content|default("Mgo=")|b64decode|int - 1 >= playbook_version_number|int and submodules_versioncheck|bool
- name: check if '/etc/ansible-version/' is empty
ansible.builtin.find:
paths: '/etc/ansible-version/'
register: filesFound
- name: write new version to remote disk
become: true
ansible.builtin.copy: