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' owner: 'root'
group: 'root' group: 'root'
mode: '0644' mode: '0644'
when: multimedia_akku_warning|bool when: multimedia_akku_warning | bool

View file

@ -20,8 +20,8 @@
- cronie - cronie
state: present state: present
when: when:
- manage_packages_akku_warning | bool - manage_packages_akku_warning | bool
- install_and_enable_cronie|bool - install_and_enable_cronie | bool
- name: Check akku every 2 minutes - name: Check akku every 2 minutes
become: yes become: yes
@ -34,7 +34,7 @@
- name: Make sure cron is running - name: Make sure cron is running
become: true become: true
when: install_and_enable_cronie|bool when: install_and_enable_cronie | bool
systemd: systemd:
name: cronie.service name: cronie.service
state: started state: started