tripleo-ansible/tripleo_ansible/roles/tripleo_container_manage
Takashi Kajinami b31d7421cd Fix wrong separator(,) used to list multiple dependent services
After and Wants in systemd unit files can accept multiple services but
the services should be separated by space(' ') instead of comma(',').
~~~
Before=, After=
    These two settings expect a space-separated list of unit names.
    They may be specified more than once, in which case dependencies
    for all listed names are created.
~~~

This change fixes the wrong separator currently used.

Closes-Bug: #1980976
Change-Id: I9f33e1bda457c170fc5c7c14fc6ed221ee299b94
2022-07-08 01:55:26 +09:00
..
defaults Remove unused container_status action plugin 2021-08-31 16:47:12 +02:00
files Rename all roles that have a hyphen 2020-01-21 20:42:40 -06:00
meta fix galaxy meta requirements 2021-09-21 08:53:45 -05:00
molecule/default Merge "Gather some environment data" 2022-06-30 22:12:36 +00:00
tasks Cleanup tripleo_container_manage 2021-08-03 11:18:07 +02:00
templates Fix wrong separator(,) used to list multiple dependent services 2022-07-08 01:55:26 +09:00