Can not enable ansible plugin in katello 4.3

Hello
Recently I installed Katello 4.3 in Oracle LInux 8.
I tried to enable foreman-plugin-ansible and foreman-proxy-plugin-ansible I got below error.
Choose an option from the menu… 69
2022-01-29 11:34:03 [NOTICE] [configure] Starting system configuration.
2022-01-29 11:34:16 [NOTICE] [configure] 250 configuration steps out of 2180 steps complete.
2022-01-29 11:34:19 [NOTICE] [configure] 500 configuration steps out of 2180 steps complete.
2022-01-29 11:34:19 [NOTICE] [configure] 750 configuration steps out of 2182 steps complete.
2022-01-29 11:34:23 [NOTICE] [configure] 1000 configuration steps out of 2188 steps complete.
2022-01-29 11:34:23 [NOTICE] [configure] 1250 configuration steps out of 2192 steps complete.
2022-01-29 11:34:56 [ERROR ] [configure] ‘/usr/sbin/foreman-rake db:migrate’ returned 1 instead of one of [0]
2022-01-29 11:34:56 [ERROR ] [configure] /Stage[main]/Foreman::Database/Foreman::Rake[db:migrate]/Exec[foreman-rake-db:migrate]/returns: change from ‘notrun’ to [‘0’] failed: ‘/usr/sbin/foreman-rake db:migrate’ returned 1 instead of one of [0]
2022-01-29 11:35:13 [NOTICE] [configure] 1500 configuration steps out of 2192 steps complete.
2022-01-29 11:35:13 [NOTICE] [configure] 1750 configuration steps out of 2192 steps complete.
2022-01-29 11:35:13 [NOTICE] [configure] 2000 configuration steps out of 2192 steps complete.
2022-01-29 11:35:24 [NOTICE] [configure] System configuration has finished.

There were errors detected during install.
Please address the errors and re-run the installer to ensure the system is properly configured.
Failing to do so is likely to result in broken functionality.

The full log is at /var/log/foreman-installer/katello.log

I checked log file for error and found below error.
2022-01-29 10:47:17 [DEBUG ] [configure] 32-bit Memory Error Information
2022-01-29 10:47:17 [DEBUG ] [configure] Status: No errors detected
2022-01-29 10:47:17 [DEBUG ] [configure] 64-bit Memory Error Information
2022-01-29 10:47:17 [DEBUG ] [configure] “errors=remount-ro”
2022-01-29 10:47:20 [DEBUG ] [configure] Automatic Parameter Lookup of ‘foreman_proxy::log_buffer_errors’
2022-01-29 10:47:20 [DEBUG ] [configure] Searching for “foreman_proxy::log_buffer_errors”
2022-01-29 10:47:20 [DEBUG ] [configure] No such key: “foreman_proxy::log_buffer_errors”
2022-01-29 10:47:20 [DEBUG ] [configure] Found key: “foreman_proxy::log_buffer_errors” value: 1000
2022-01-29 10:48:46 [DEBUG ] [configure] /Stage[main]/Foreman::Database/Foreman::Rake[db:migrate]/Exec[foreman-rake-db:migrate]/unless: ActiveRecord::StatementInvalid: PG::UndefinedTable: ERROR: relation “ansible_roles” does not exist
2022-01-29 10:48:46 [DEBUG ] [configure] /Stage[main]/Foreman::Database/Foreman::Rake[db:migrate]/Exec[foreman-rake-db:migrate]/unless: PG::UndefinedTable: ERROR: relation “ansible_roles” does not exist
2022-01-29 10:49:04 [INFO ] [configure] /Stage[main]/Foreman::Database/Foreman::Rake[db:migrate]/Exec[foreman-rake-db:migrate]/returns: ActiveRecord::StatementInvalid: PG::UndefinedTable: ERROR: relation “ansible_roles” does not exist
2022-01-29 10:49:04 [INFO ] [configure] /Stage[main]/Foreman::Database/Foreman::Rake[db:migrate]/Exec[foreman-rake-db:migrate]/returns: PG::UndefinedTable: ERROR: relation “ansible_roles” does not exist
2022-01-29 10:49:04 [ERROR ] [configure] ‘/usr/sbin/foreman-rake db:migrate’ returned 1 instead of one of [0]
2022-01-29 10:49:04 [ERROR ] [configure] /Stage[main]/Foreman::Database/Foreman::Rake[db:migrate]/Exec[foreman-rake-db:migrate]/returns: change from ‘notrun’ to [‘0’] failed: ‘/usr/sbin/foreman-rake db:migrate’ returned 1 instead of one of [0]

Expected outcome:
Choose an option from the menu… 69
2022-01-29 11:41:00 [NOTICE] [configure] Starting system configuration.
2022-01-29 11:41:12 [NOTICE] [configure] 250 configuration steps out of 2152 steps complete.
2022-01-29 11:41:16 [NOTICE] [configure] 500 configuration steps out of 2152 steps complete.
2022-01-29 11:41:16 [NOTICE] [configure] 750 configuration steps out of 2154 steps complete.
2022-01-29 11:41:19 [NOTICE] [configure] 1000 configuration steps out of 2160 steps complete.
2022-01-29 11:41:19 [NOTICE] [configure] 1250 configuration steps out of 2164 steps complete.
2022-01-29 11:41:56 [NOTICE] [configure] 1500 configuration steps out of 2164 steps complete.
2022-01-29 11:41:56 [NOTICE] [configure] 1750 configuration steps out of 2164 steps complete.
2022-01-29 11:41:56 [NOTICE] [configure] 2000 configuration steps out of 2164 steps complete.
2022-01-29 11:42:16 [NOTICE] [configure] System configuration has finished.
Executing: foreman-rake upgrade:run
Rubocop not loaded.

Upgrade Step 1/2: katello:correct_repositories. This may take a long while.

Upgrade Step 2/2: katello:clean_backend_objects. This may take a long while.
0 orphaned consumer id(s) found in candlepin.
Candlepin orphaned consumers:
Success!

Foreman and Proxy versions: 3.1
Distribution and version::OEL8.5

Please help me

Thanks
Laxman