]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph-cm-ansible.git/commit
testnode: move removing openmpi-common to apt_systems.yml 761/head
authorIlya Dryomov <idryomov@gmail.com>
Tue, 1 Oct 2024 10:57:09 +0000 (12:57 +0200)
committerIlya Dryomov <idryomov@gmail.com>
Tue, 1 Oct 2024 11:54:42 +0000 (13:54 +0200)
commitf5d34df2d877764404e4430c3ab82fd10231ad0c
tree32fcfc1ada78099a71159a9e17042f681c8e3547
parent041d4d4f8fea211d649bb00446060de98cc4854a
testnode: move removing openmpi-common to apt_systems.yml

Otherwise, because it's placed in ubuntu.yml, it resets
packages_to_remove list defined in apt_systems.yml to just
openmpi-common and commit 701d3594d220 ("testnode: remove tgt")
doesn't take effect.

While at it, fix a typo in the comment -- it's mpich.

Signed-off-by: Ilya Dryomov <idryomov@gmail.com>
roles/testnode/vars/apt_systems.yml
roles/testnode/vars/ubuntu.yml