Skip to content

Commit

Permalink
Finalize check_galaxy integration test
Browse files Browse the repository at this point in the history
  • Loading branch information
brookelew committed Jul 31, 2024
1 parent 78d6a55 commit 1a5bf0a
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 6 deletions.
12 changes: 7 additions & 5 deletions test/data/v3/check_galaxy/ee-bad-ansible-cfg.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 1a5bf0a

Please sign in to comment.