Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix linting #219

Merged
merged 1 commit into from
Feb 8, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .ansible-lint
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ use_default_rules: true
# verbosity: 1
skip_list:
- meta-unsupported-ansible
- fqcn[keyword]
kinds:
- playbooks: "**/examples/*.{yml,yaml}"
- tasks: "**/examples/tasks/*.yml"
Expand Down
2 changes: 1 addition & 1 deletion .github/tests/pah_configure.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

pre_tasks:
- name: Include Vars
include_vars: vars/pah_vars.yml
ansible.builtin.include_vars: vars/pah_vars.yml
tags:
- always

Expand Down
2 changes: 1 addition & 1 deletion roles/ansible_config/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ automation_hub_list:
# ah_token: changeme
pre_tasks:
- name: Include vars from ah_configs directory
include_vars:
ansible.builtin.include_vars:
dir: ./vars
extensions: ["yml"]
tags:
Expand Down
2 changes: 1 addition & 1 deletion roles/ansible_config/tests/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
# ah_token: changeme
pre_tasks:
- name: Include vars from ah_configs directory
include_vars:
ansible.builtin.include_vars:
dir: ./vars
extensions: ["yml"]
tags:
Expand Down
2 changes: 1 addition & 1 deletion roles/collection/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ collection:
# ah_token: changeme
pre_tasks:
- name: Include vars from ah_configs directory
include_vars:
ansible.builtin.include_vars:
dir: ./vars
extensions: ["yml"]
tags:
Expand Down
2 changes: 1 addition & 1 deletion roles/collection/tests/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
# ah_token: changeme
pre_tasks:
- name: Include vars from ah_configs directory
include_vars:
ansible.builtin.include_vars:
dir: ./vars
extensions: ["yml"]
tags:
Expand Down
2 changes: 1 addition & 1 deletion roles/dispatch/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ This also speeds up the overall role. Each individual role has its own variable
# ah_password: changeme
pre_tasks:
- name: Include vars from ah_configs directory
include_vars:
ansible.builtin.include_vars:
dir: ./yaml
ignore_files: [ah_config.yml.template]
extensions: ["yml"]
Expand Down
2 changes: 1 addition & 1 deletion roles/dispatch/tests/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

pre_tasks:
- name: Include vars from ah_configs directory
include_vars:
ansible.builtin.include_vars:
dir: ./configs
extensions: ["yml"]
tags: always
Expand Down
2 changes: 1 addition & 1 deletion roles/ee_image/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ ah_ee_images:
# ah_token: changeme
pre_tasks:
- name: Include vars from ah_configs directory
include_vars:
ansible.builtin.include_vars:
dir: ./vars
extensions: ["yml"]
tags:
Expand Down
2 changes: 1 addition & 1 deletion roles/ee_image/tests/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
# ah_token: changeme
pre_tasks:
- name: Include vars from ah_configs directory
include_vars:
ansible.builtin.include_vars:
dir: ./vars
extensions: ["yml"]
tags:
Expand Down
2 changes: 1 addition & 1 deletion roles/ee_namespace/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ ah_ee_namespaces:
# ah_token: changeme
pre_tasks:
- name: Include vars from ah_configs directory
include_vars:
ansible.builtin.include_vars:
dir: ./vars
extensions: ["yml"]
tags:
Expand Down
2 changes: 1 addition & 1 deletion roles/ee_namespace/tests/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
# ah_token: changeme
pre_tasks:
- name: Include vars from ah_configs directory
include_vars:
ansible.builtin.include_vars:
dir: ./vars
extensions: ["yml"]
tags:
Expand Down
2 changes: 1 addition & 1 deletion roles/ee_registry/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ ah_ee_registries:
# ah_token: changeme
pre_tasks:
- name: Include vars from ah_configs directory
include_vars:
ansible.builtin.include_vars:
dir: ./vars
extensions: ["yml"]
tags:
Expand Down
2 changes: 1 addition & 1 deletion roles/ee_registry/tests/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
# ah_token: changeme
pre_tasks:
- name: Include vars from ah_configs directory
include_vars:
ansible.builtin.include_vars:
dir: ./vars
extensions: ["yml"]
tags:
Expand Down
2 changes: 1 addition & 1 deletion roles/ee_registry_index/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ ah_ee_registries:
# ah_token: changeme
pre_tasks:
- name: Include vars from ah_configs directory
include_vars:
ansible.builtin.include_vars:
dir: ./vars
extensions: ["yml"]
tags:
Expand Down
2 changes: 1 addition & 1 deletion roles/ee_registry_index/tests/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
# ah_token: changeme
pre_tasks:
- name: Include vars from ah_configs directory
include_vars:
ansible.builtin.include_vars:
dir: ./vars
extensions: ["yml"]
tags:
Expand Down
2 changes: 1 addition & 1 deletion roles/ee_registry_sync/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ ah_ee_registries:
# ah_token: changeme
pre_tasks:
- name: Include vars from ah_configs directory
include_vars:
ansible.builtin.include_vars:
dir: ./vars
extensions: ["yml"]
tags:
Expand Down
2 changes: 1 addition & 1 deletion roles/ee_registry_sync/tests/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
# ah_token: changeme
pre_tasks:
- name: Include vars from ah_configs directory
include_vars:
ansible.builtin.include_vars:
dir: ./vars
extensions: ["yml"]
tags:
Expand Down
2 changes: 1 addition & 1 deletion roles/ee_repository/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ ah_ee_repositories:
# ah_token: changeme
pre_tasks:
- name: Include vars from ah_configs directory
include_vars:
ansible.builtin.include_vars:
dir: ./vars
extensions: ["yml"]
tags:
Expand Down
2 changes: 1 addition & 1 deletion roles/ee_repository/tests/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
# ah_token: changeme
pre_tasks:
- name: Include vars from ah_configs directory
include_vars:
ansible.builtin.include_vars:
dir: ./vars
extensions: ["yml"]
tags:
Expand Down
2 changes: 1 addition & 1 deletion roles/ee_repository_sync/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ ah_ee_repositories:
# ah_token: changeme
pre_tasks:
- name: Include vars from ah_configs directory
include_vars:
ansible.builtin.include_vars:
dir: ./vars
extensions: ["yml"]
tags:
Expand Down
2 changes: 1 addition & 1 deletion roles/ee_repository_sync/tests/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
# ah_token: changeme
pre_tasks:
- name: Include vars from ah_configs directory
include_vars:
ansible.builtin.include_vars:
dir: ./vars
extensions: ["yml"]
tags:
Expand Down
2 changes: 1 addition & 1 deletion roles/group/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ ah_groups:
# ah_token: changeme
pre_tasks:
- name: Include vars from ah_configs directory
include_vars:
ansible.builtin.include_vars:
dir: ./vars
extensions: ["yml"]
tags:
Expand Down
2 changes: 1 addition & 1 deletion roles/group/tests/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
# ah_token: changeme
pre_tasks:
- name: Include vars from ah_configs directory
include_vars:
ansible.builtin.include_vars:
dir: ./vars
extensions: ["yml"]
tags:
Expand Down
2 changes: 1 addition & 1 deletion roles/namespace/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ ah_namespaces:
# ah_token: changeme
pre_tasks:
- name: Include vars from ah_configs directory
include_vars:
ansible.builtin.include_vars:
dir: ./vars
extensions: ["yml"]
tags:
Expand Down
2 changes: 1 addition & 1 deletion roles/namespace/tests/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
# ah_token: changeme
pre_tasks:
- name: Include vars from ah_configs directory
include_vars:
ansible.builtin.include_vars:
dir: ./vars
extensions: ["yml"]
tags:
Expand Down
2 changes: 1 addition & 1 deletion roles/publish/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ ah_auto_approve: true
# ah_token: changeme
pre_tasks:
- name: Include vars from ah_configs directory
include_vars:
ansible.builtin.include_vars:
dir: ./vars
extensions: ["yml"]
tags:
Expand Down
2 changes: 1 addition & 1 deletion roles/publish/tests/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
# ah_token: changeme
pre_tasks:
- name: Include vars from ah_configs directory
include_vars:
ansible.builtin.include_vars:
dir: ./vars
extensions: ["yml"]
tags:
Expand Down
2 changes: 1 addition & 1 deletion roles/repository/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ ah_repository_community:
# ah_token: changeme
pre_tasks:
- name: Include vars from ah_configs directory
include_vars:
ansible.builtin.include_vars:
dir: ./vars
extensions: ["yml"]
tags:
Expand Down
2 changes: 1 addition & 1 deletion roles/repository/tests/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
# ah_token: changeme
pre_tasks:
- name: Include vars from ah_configs directory
include_vars:
ansible.builtin.include_vars:
dir: ./vars
extensions: ["yml"]
tags:
Expand Down
2 changes: 1 addition & 1 deletion roles/repository_sync/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ ah_repository_community:
# ah_token: changeme
pre_tasks:
- name: Include vars from ah_configs directory
include_vars:
ansible.builtin.include_vars:
dir: ./vars
extensions: ["yml"]
tags:
Expand Down
2 changes: 1 addition & 1 deletion roles/repository_sync/tests/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
# ah_token: changeme
pre_tasks:
- name: Include vars from ah_configs directory
include_vars:
ansible.builtin.include_vars:
dir: ./vars
extensions: ["yml"]
tags:
Expand Down
2 changes: 1 addition & 1 deletion roles/role/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ ah_roles:
# ah_token: changeme
pre_tasks:
- name: Include vars from ah_configs directory
include_vars:
ansible.builtin.include_vars:
dir: ./vars
extensions: ["yml"]
tags:
Expand Down
2 changes: 1 addition & 1 deletion roles/role/tests/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
# ah_token: changeme
pre_tasks:
- name: Include vars from ah_configs directory
include_vars:
ansible.builtin.include_vars:
dir: ./vars
extensions: ["yml"]
tags:
Expand Down
2 changes: 1 addition & 1 deletion roles/user/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ ah_users:
# ah_token: changeme
pre_tasks:
- name: Include vars from ah_configs directory
include_vars:
ansible.builtin.include_vars:
dir: ./vars
extensions: ["yml"]
tags:
Expand Down
2 changes: 1 addition & 1 deletion roles/user/tests/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
# ah_token: changeme
pre_tasks:
- name: Include vars from ah_configs directory
include_vars:
ansible.builtin.include_vars:
dir: ./vars
extensions: ["yml"]
tags:
Expand Down