initial project commit
This commit is contained in:
10
roles/foo/tasks/main.yml
Normal file
10
roles/foo/tasks/main.yml
Normal file
@ -0,0 +1,10 @@
|
||||
---
|
||||
# tasks file for foo
|
||||
- name: no fqcn for this debug
|
||||
debug:
|
||||
msg: "i throw an ansible-lint error."
|
||||
|
||||
|
||||
- name: jijna spacing issue
|
||||
ansible.builtin.debug:
|
||||
msg: "{{ansible_play_name}}"
|
Reference in New Issue
Block a user