rm ansible.cfg; add role path to include; add .gitignore

This commit is contained in:
Chris Hammer 2024-03-22 11:09:36 -04:00
parent 1b036c8027
commit 15b45dd3a0
5 changed files with 4 additions and 5 deletions

View File

@ -4,3 +4,4 @@ skip_list:
- yaml[line-length]
- no-changed-when
- run-once[play]
- role-name[path]

1
.gitignore vendored Normal file
View File

@ -0,0 +1 @@
deprecated

View File

@ -1,3 +0,0 @@
[defaults]
roles_path = roles

View File

@ -9,4 +9,4 @@
tasks:
- name: Import say-hi playbook
ansible.builtin.include_role:
name: say_hi
name: ../roles/say_hi

View File

@ -14,7 +14,7 @@ galaxy_info:
# - GPL-3.0-only
# - Apache-2.0
# - CC-BY-4.0
license: license (GPL-2.0-or-later, MIT, etc)
license: GPL-2.0-or-later
min_ansible_version: "2.14.0"