Was using an old version. Created new playbook now with latest version 1.21.9. When running site.yml now I get following. TASK [rabbitmq-upgrade-x64_redhat_linux_6-yum : Install sas-rabbitmq-server 3.9 and/or sas-erlang 25.2] *************************************************** fatal: [deployTarget]: FAILED! => {"changed": false, "failures": [], "msg": "Unknown Error occurred: Transaction test error:\n file /opt/sas/viya/home/lib64/erlang/bin/epmd from install of sas-erlang-25-2-25.2.300004-20240801.1722521471527.x86_64 conflicts with file from package sas-erlang-26.2.400002-20240731.1722434653459.x86_64\n file /opt/sas/viya/home/lib64/erlang/bin/erl from install of sas-erlang-25-2-25.2.300004-20240801.1722521471527.x86_64 conflicts with file from package sas-erlang-26.2.400002-20240731.1722434653459.x86_64\n file /opt/sas/viya/home/lib64/erlang/bin/erlc from install of sas-erlang-25-2-25.2.300004-20240801.1722521471527.x86_64 conflicts with file from package sas-erlang-26.2.400002-20240731.1722434653459.x86_64\n file /opt/sas/viya/home/lib64/erlang/bin/escript from install of sas-erlang-25-2-25.2.300004-20240801.1722521471527.x86_64 conflicts with file from package sas-erlang-26.2.400002-20240731.1722434653459.x86_64\n file /opt/sas/viya/home/lib64/erlang/bin/no_dot_erlang.boot from install of sas-erlang-25-2-25.2.300004-20240801.1722521471527.x86_64 conflicts with file from package sas-erlang-26.2.400002-20240731.1722434653459.x86_64\n file /opt/sas/viya/home/lib64/erlang/bin/run_erl from install of sas-erlang-25-2-25.2.300004-20240801.1722521471527.x86_64 conflicts with file from package sas-erlang-26.2.400002-20240731.1722434653459.x86_64\n file /opt/sas/viya/home/lib64/erlang/bin/start from install of sas-erlang-25-2-25.2.300004-20240801.1722521471527.x86_64 conflicts with file from package sas-erlang-26.2.400002-20240731.1722434653459.x86_64\n file /opt/sas/viya/home/lib64/erlang/bin/start.boot from install of sas-erlang-25-2-25.2.300004-20240801.1722521471527.x86_64 conflicts with file from package sas-erlang-26.2.400002-20240731.1722434653459.x86_64\n file /opt/sas/viya/home/lib64/erlang/bin/start.script from install of sas-erlang-25-2-25.2.300004-20240801.1722521471527.x86_64 conflicts with file from package sas-erlang-26.2.400002-20240731.1722434653459.x86_64\n file /opt/sas/viya/home/lib64/erlang/bin/start_clean.boot from install of sas-erlang-25-2-25.2.300004-20240801.1722521471527.x86_64 conflicts with file from package sas-erlang-26.2.400002-20240731.1722434653459.x86_64\n file /opt/sas/viya/home/lib64/erlang/bin/start_sasl.boot from install of sas-erlang-25-2-25.2.300004-20240801.1722521471527.x86_64 conflicts with file from package sas-erlang-26.2.400002-20240731.1722434653459.x86_64\n file /opt/sas/viya/home/lib64/erlang/bin/to_erl from install of sas-erlang-25-2-25.2.300004-20240801.1722521471527.x86_64 conflicts with file from package sas-erlang-26.2.400002-20240731.1722434653459.x86_64\n file /opt/sas/viya/home/lib64/erlang/releases/RELEASES from install of sas-erlang-25-2-25.2.300004-20240801.1722521471527.x86_64 conflicts with file from package sas-erlang-26.2.400002-20240731.1722434653459.x86_64\n file /opt/sas/viya/home/lib64/erlang/releases/RELEASES.src from install of sas-erlang-25-2-25.2.300004-20240801.1722521471527.x86_64 conflicts with file from package sas-erlang-26.2.400002-20240731.1722434653459.x86_64\n file /opt/sas/viya/home/lib64/erlang/releases/start_erl.data from install of sas-erlang-25-2-25.2.300004-20240801.1722521471527.x86_64 conflicts with file from package sas-erlang-26.2.400002-20240731.1722434653459.x86_64\n file /opt/sas/viya/home/lib64/erlang/usr/include/erl_nif.h from install of sas-erlang-25-2-25.2.300004-20240801.1722521471527.x86_64 conflicts with file from package sas-erlang-26.2.400002-20240731.1722434653459.x86_64\n file /opt/sas/viya/home/lib64/erlang/usr/include/erl_nif_api_funcs.h from install of sas-erlang-25-2-25.2.300004-20240801.1722521471527.x86_64 conflicts with file from package sas-erlang-26.2.400002-20240731.1722434653459.x86_64\n file /opt/sas/viya/home/lib64/erlang/usr/lib/libei.a from install of sas-erlang-25-2-25.2.300004-20240801.1722521471527.x86_64 conflicts with file from package sas-erlang-26.2.400002-20240731.1722434653459.x86_64\n file /opt/sas/viya/home/lib64/erlang/usr/lib/libei_st.a from install of sas-erlang-25-2-25.2.300004-20240801.1722521471527.x86_64 conflicts with file from package sas-erlang-26.2.400002-20240731.1722434653459.x86_64\n", "rc": 1, "results": []} Looks like it´s trying to install rabbitmq 3.9 but there is a conflict with dependency erlang. Version 26 is installed but it´s trying to install version 25. [la_kach02@dlsasviya02 update2]$ yum list installed | grep erlang sas-erlang.x86_64 26.2.400002-20240731.1722434653459 @Sas-va-137-x64_redhat_linux_6-yum
... View more