1
0
Fork 0
mirror of https://github.com/roles-ansible/ansible_role_acmetool.git synced 2024-08-16 12:29:49 +02:00

Merge pull request #21 from roles-ansible/lint

improve and update linting
This commit is contained in:
L3D 2022-03-27 20:11:30 +02:00 committed by GitHub
commit e1a7a9d539
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 4 additions and 9 deletions

View file

@ -7,8 +7,6 @@ on:
branches: '*'
pull_request:
branches: '*'
schedule:
- cron: '42 6 * 2,4,6,8,10,12 *'
jobs:
build:
@ -16,13 +14,9 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2.4.0
- uses: actions/checkout@v2
- name: Lint Ansible Playbook
uses: ansible/ansible-lint-action@master
uses: ansible/ansible-lint-action@v6
with:
targets: "."
# [required]
# Paths to ansible files (i.e., playbooks, tasks, handlers etc..)
args: ""
# [optional]

View file

@ -5,3 +5,4 @@
with_items: "{{ acme_domain_unwant_list }}"
loop_control:
loop_var: _domain
changed_when: true

View file

@ -33,5 +33,5 @@ acmetool__restart_hook:
- 'files'
# versionscheck
playbook_version_number: 32 # should be a integer
playbook_version_number: 33 # should be a integer
playbook_version_path: 'do1jlr.role-acmetool.version'