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:
commit
e1a7a9d539
3 changed files with 4 additions and 9 deletions
10
.github/workflows/ansible-linting-check.yml
vendored
10
.github/workflows/ansible-linting-check.yml
vendored
|
@ -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]
|
||||
|
|
|
@ -5,3 +5,4 @@
|
|||
with_items: "{{ acme_domain_unwant_list }}"
|
||||
loop_control:
|
||||
loop_var: _domain
|
||||
changed_when: true
|
||||
|
|
|
@ -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'
|
||||
|
|
Loading…
Reference in a new issue