Skip to content

Commit

Permalink
Ansible linting fixes
Browse files Browse the repository at this point in the history
Signed-off-by: Waldemar Smirnow <[email protected]>
  • Loading branch information
wsmirnow committed Jan 10, 2025
1 parent 2f83296 commit 66801e7
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
2 changes: 1 addition & 1 deletion handlers/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@
- name: Enable certbot
systemd:
name: certbot-renew.timer
enable: true
enabled: true
daemon_reload: true
7 changes: 3 additions & 4 deletions meta/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,14 @@ galaxy_info:
company: ELAN e.V.
description: Configure TLS certificate renewal via certbot for Opencast
license: BSD-3-Clause
min_ansible_version: 2.9
min_ansible_version: "2.9"
galaxy_tags:
- opencast
platforms:
- name: EL
versions:
- 7
- 8
- 9
- "8"
- "9"
- name: Debian
versions:
- all
Expand Down

0 comments on commit 66801e7

Please sign in to comment.