diff --git a/test/data/v3/check_galaxy/ee-bad-ansible-cfg.yml b/test/data/v3/check_galaxy/ee-bad-ansible-cfg.yml index 0e7c097b..ab4c5c4f 100644 --- a/test/data/v3/check_galaxy/ee-bad-ansible-cfg.yml +++ b/test/data/v3/check_galaxy/ee-bad-ansible-cfg.yml @@ -6,16 +6,18 @@ images: dependencies: ansible_core: - package_pip: ansible-core==2.17.1 - python_interpreter: - python_path: '/usr/bin/python' + package_pip: ansible-core==2.15.12 + ansible_runner: + package_pip: ansible-runner==2.3.1 + galaxy: + collections: + - containers.podman options: package_manager_path: '/bin/true' - skip_ansible_check: yes additional_build_files: - - src: ./ansible.cfg + - src: ./files/bad_ansible.cfg dest: configs additional_build_steps: diff --git a/test/data/v3/check_galaxy/ansible.cfg b/test/data/v3/check_galaxy/files/bad_ansible.cfg similarity index 99% rename from test/data/v3/check_galaxy/ansible.cfg rename to test/data/v3/check_galaxy/files/bad_ansible.cfg index 03c5db3d..5d6aeddd 100644 --- a/test/data/v3/check_galaxy/ansible.cfg +++ b/test/data/v3/check_galaxy/files/bad_ansible.cfg @@ -302,7 +302,7 @@ doc_fragment_plugins=/home/user/.ansible/plugins/doc_fragments:/usr/share/ansibl # (string) By default Ansible will issue a warning when a duplicate dict key is encountered in YAML. # These warnings can be silenced by adjusting this setting to False. -duplicate_dict_key=Falseeeeeeeeee +duplicate_dict_key # (boolean) Whether or not to enable the task debugger, this previously was done as a strategy plugin. # Now all strategy plugins can inherit this behavior. The debugger defaults to activating when