Fix somes lint errors
Some checks reported errors
continuous-integration/drone/push Build encountered an error
Some checks reported errors
continuous-integration/drone/push Build encountered an error
This commit is contained in:
parent
18e86f8687
commit
d4e8f60fe9
3 changed files with 5 additions and 4 deletions
|
|
@ -21,7 +21,7 @@
|
|||
|
||||
- name: add crowdsec repository
|
||||
ansible.builtin.apt_repository:
|
||||
repo: 'deb https://packagecloud.io/crowdsec/crowdsec/{{ ansible_distribution|lower }}/ {{ ansible_distribution_release|lower }} main'
|
||||
repo: 'deb https://packagecloud.io/crowdsec/crowdsec/{{ ansible_distribution | lower }}/ {{ ansible_distribution_release | lower }} main'
|
||||
state: present
|
||||
update_cache: true
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue