diff --git a/tests/test_playbooks/inventory_plugin.yml b/tests/test_playbooks/inventory_plugin.yml index f1dd29296..a3d46d2bf 100644 --- a/tests/test_playbooks/inventory_plugin.yml +++ b/tests/test_playbooks/inventory_plugin.yml @@ -13,10 +13,10 @@ testhost1.example.com: group_a testhost2.example.com: group_b/group_c foreman_container: "quay.io/foreman/foreman" - foreman_version: "3.7-stable" + foreman_version: "3.12-stable" foreman_host: "foreman" foreman_port: "3000" - postgres_version: "12" + postgres_version: "13" postgres_host: "postgres" postgres_port: 5432 collections: diff --git a/tests/test_playbooks/inventory_plugin_ansible.yml b/tests/test_playbooks/inventory_plugin_ansible.yml index ae6c31dd9..b642d50b2 100644 --- a/tests/test_playbooks/inventory_plugin_ansible.yml +++ b/tests/test_playbooks/inventory_plugin_ansible.yml @@ -13,10 +13,10 @@ testhost1.example.com: group_a testhost2.example.com: group_b/group_c foreman_container: "quay.io/evgeni/foreman-ansible" - foreman_version: "3.7-ansible" + foreman_version: "3.12-ansible" foreman_host: "foremanansible" foreman_port: "3001" - postgres_version: "12" + postgres_version: "13" postgres_host: "postgresansible" postgres_port: 5433 collections: