From: Kienan Stewart Date: Tue, 13 Jun 2023 19:22:51 +0000 (-0400) Subject: ansible: Refactor and rename release upgrade playbook X-Git-Url: http://git.lttng.org./?a=commitdiff_plain;ds=inline;h=7a1ce7d7eb1d56bf903bdbeb89e81c4927bd81e2;hp=7a1ce7d7eb1d56bf903bdbeb89e81c4927bd81e2;p=lttng-ci.git ansible: Refactor and rename release upgrade playbook In the end, The 'when:' at the play level wasn't a valid construct for ansible. To more easily control which tasks are run based on the ansible_distribution, the Debian specific tasks have been grouped together in to a separate file which is then included only if ansible_distribution is 'Debian'. Change-Id: Iddeeb2da3682b16c4f22ccb179ddc9e40997de3e ---