ansible: Refactor and rename release upgrade playbook
authorKienan Stewart <kstewart@efficios.com>
Tue, 13 Jun 2023 19:22:51 +0000 (15:22 -0400)
committerKienan Stewart <kstewart@efficios.com>
Tue, 20 Jun 2023 15:18:55 +0000 (11:18 -0400)
commit7a1ce7d7eb1d56bf903bdbeb89e81c4927bd81e2
tree1f7038b52049917594352ace0e03f084fceb2088
parentb36e4c7fa024b178b2dcc1fae95123b8ed55dbc4
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
automation/ansible/playbooks/debian-upgrade.yml [deleted file]
automation/ansible/playbooks/release-upgrade.yml [new file with mode: 0644]
automation/ansible/tasks/debian_release_upgrade.yml [new file with mode: 0644]
This page took 0.023943 seconds and 4 git commands to generate.