File tree Expand file tree Collapse file tree 2 files changed +19
-0
lines changed
roles/edpm_logrotate_crond/tasks Expand file tree Collapse file tree 2 files changed +19
-0
lines changed Original file line number Diff line number Diff line change 2424 logrotate_crond : " {{ lookup('template', 'logrotate_crond.yaml.j2') | from_yaml }}"
2525 edpm_container_standalone_kolla_config_files :
2626 logrotate_crond : " {{ lookup('file', 'files/logrotate_crond.yaml') | from_yaml }}"
27+ when : not ansible_local.bootc
28+
29+ - name : Manage logrotate crond containers
30+ ansible.builtin.systemd_service :
31+ name : edpm-compute@logrotate_crond
32+ enabled : true
33+ state : started
34+ become : true
35+ when : ansible_local.bootc
36+
Original file line number Diff line number Diff line change 2727 logrotate_crond : " {{ lookup('template', 'logrotate_crond.yaml.j2') | from_yaml }}"
2828 edpm_container_standalone_kolla_config_files :
2929 logrotate_crond : " {{ lookup('file', 'files/logrotate_crond.yaml') | from_yaml }}"
30+ when : not ansible_local.bootc
31+
32+ - name : Manage logrotate crond containers
33+ ansible.builtin.systemd_service :
34+ name : edpm-compute@logrotate_crond
35+ enabled : true
36+ state : started
37+ become : true
38+ when : ansible_local.bootc
You can’t perform that action at this time.
0 commit comments