rm ansible.cfg; add role path to include; add .gitignore
This commit is contained in:
parent
1b036c8027
commit
15b45dd3a0
@ -4,3 +4,4 @@ skip_list:
|
||||
- yaml[line-length]
|
||||
- no-changed-when
|
||||
- run-once[play]
|
||||
- role-name[path]
|
||||
|
1
.gitignore
vendored
Normal file
1
.gitignore
vendored
Normal file
@ -0,0 +1 @@
|
||||
deprecated
|
@ -1,3 +0,0 @@
|
||||
[defaults]
|
||||
roles_path = roles
|
||||
|
@ -9,4 +9,4 @@
|
||||
tasks:
|
||||
- name: Import say-hi playbook
|
||||
ansible.builtin.include_role:
|
||||
name: say_hi
|
||||
name: ../roles/say_hi
|
||||
|
@ -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"
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user