1
0
Fork 0
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:
L3D 2020-02-20 23:38:18 +01:00
parent d4cafafddf
commit 8abeb45453
Signed by: l3d
GPG key ID: CD08445BFF4313D1
2 changed files with 4 additions and 4 deletions

View file

@ -16,4 +16,4 @@
owner: 'root'
group: 'root'
mode: '0644'
when: multimedia_akku_warning|bool
when: multimedia_akku_warning | bool

View file

@ -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