forked from ISTI-ansible-roles/ansible-roles
library/roles/ghn-gcore/ghn-gcore-maintenance/tasks/main.yml: Remove a conditional.
This commit is contained in:
parent
3d4d98cc4f
commit
12b10376be
|
@ -11,9 +11,7 @@
|
||||||
disabled="{{ item.disabled | default(False) }}"
|
disabled="{{ item.disabled | default(False) }}"
|
||||||
with_items: '{{ gcore_maintenance_cron_users }}'
|
with_items: '{{ gcore_maintenance_cron_users }}'
|
||||||
|
|
||||||
when:
|
when: gcore_maintenance_restart_cron
|
||||||
- gcoreboot_enabled is defined and gcoreboot_enabled
|
|
||||||
- gcore_maintenance_restart_cron
|
|
||||||
tags: [ 'gcoreboot', 'gcore_cron' ]
|
tags: [ 'gcoreboot', 'gcore_cron' ]
|
||||||
|
|
||||||
- block:
|
- block:
|
||||||
|
|
Loading…
Reference in New Issue