mirror of
https://github.com/roles-ansible/role_akku_warning.git
synced 2024-08-16 10:09:50 +02:00
resolve galaxy linting error
This commit is contained in:
parent
d4cafafddf
commit
8abeb45453
2 changed files with 4 additions and 4 deletions
|
@ -16,4 +16,4 @@
|
|||
owner: 'root'
|
||||
group: 'root'
|
||||
mode: '0644'
|
||||
when: multimedia_akku_warning|bool
|
||||
when: multimedia_akku_warning | bool
|
||||
|
|
|
@ -21,7 +21,7 @@
|
|||
state: present
|
||||
when:
|
||||
- manage_packages_akku_warning | bool
|
||||
- install_and_enable_cronie|bool
|
||||
- install_and_enable_cronie | bool
|
||||
|
||||
- name: Check akku every 2 minutes
|
||||
become: yes
|
||||
|
@ -34,7 +34,7 @@
|
|||
|
||||
- name: Make sure cron is running
|
||||
become: true
|
||||
when: install_and_enable_cronie|bool
|
||||
when: install_and_enable_cronie | bool
|
||||
systemd:
|
||||
name: cronie.service
|
||||
state: started
|
||||
|
|
Loading…
Reference in a new issue