Skip to content

Commit

Permalink
More troubleshooting on dependency install.
Browse files Browse the repository at this point in the history
This commit moves the requirements.yml file back to the root dir (yes, I
know I tried this already), and moves the test playbook to the playbooks
dir, which is a standard collection root dir. This is meant to see if
the playbook.yaml file is being linted without resolving dependencies,
whereas a role might not? Note that the docs at
https://ansible.readthedocs.io/projects/lint/usage/#dependencies-and-requirements
conflict with the docs referenced in previous commits. The ansible-lint
docs don't suggest that the requirements.yml file will be detected in
roles/<role>/meta/requirements.yml.
  • Loading branch information
Christopher Palmer-Richez committed Aug 1, 2024
1 parent dbcc32f commit ff750dd
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions playbooks/playbook.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
- name: Test playbook
hosts: test
roles:
- role: uki_config
File renamed without changes.

0 comments on commit ff750dd

Please sign in to comment.