From: Kienan Stewart Date: Wed, 14 Feb 2024 20:23:37 +0000 (-0500) Subject: ansible: Use SLES15 variables for all Suse variants in developer role X-Git-Url: http://git.liburcu.org/?a=commitdiff_plain;h=5d962059c91d04bea10eafe891b898d7c1156365;p=lttng-ci.git ansible: Use SLES15 variables for all Suse variants in developer role For the moment, the current overload is quite specific, and making it more general allows the same content to be used to support SLES12SP4. Change-Id: I9e9064912477366dde60b7f99ce7c7bb1233bdfb Signed-off-by: Kienan Stewart --- diff --git a/automation/ansible/roles/developer/vars/SLES-15.yml b/automation/ansible/roles/developer/vars/SLES-15.yml deleted file mode 100644 index bb9375e..0000000 --- a/automation/ansible/roles/developer/vars/SLES-15.yml +++ /dev/null @@ -1,14 +0,0 @@ ---- -developer_tui_packages: - - emacs-nox - - gdb - - pkg-config - - tmux - # - vim-nox - - vim - # wget may be used by some vlttng commands - - wget - -developer_sles_products: - # provides tmux - - PackageHub diff --git a/automation/ansible/roles/developer/vars/Suse.yml b/automation/ansible/roles/developer/vars/Suse.yml new file mode 100644 index 0000000..bb9375e --- /dev/null +++ b/automation/ansible/roles/developer/vars/Suse.yml @@ -0,0 +1,14 @@ +--- +developer_tui_packages: + - emacs-nox + - gdb + - pkg-config + - tmux + # - vim-nox + - vim + # wget may be used by some vlttng commands + - wget + +developer_sles_products: + # provides tmux + - PackageHub