forked from infra/ansible
Fix issues highlighted by linter
Signed-off-by: Jiri Podivin <jpodivin@redhat.com>
This commit is contained in:
parent
ffca0313f5
commit
4f2d4e500e
1 changed files with 2 additions and 1 deletions
|
|
@ -26,7 +26,8 @@
|
|||
- certbot
|
||||
|
||||
- name: Install letsencrypt ssl certificates
|
||||
include_role: name=certbot
|
||||
ansible.builtin.include_role:
|
||||
name: certbot
|
||||
tags:
|
||||
- certbot
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue