Note_Tech

All technological notes.


Project maintained by simonangel-fong Hosted on GitHub Pages — Theme by mattgraham

Ansible - Playbook

Back


Play & Playbook


Components of a play


Playbook Verification


Syntax Check


Ansible Lint

ansible-lint playbook.yml
# WARNING  Listing 2 violation(s) that are fatal
# fqcn[action-core]: Use FQCN for builtin module actions (debug).
# get_fact_variable.yaml:4 Use `ansible.builtin.debug` or `ansible.legacy.debug` instead.

# fqcn[action-core]: Use FQCN for builtin module actions (debug).
# get_fact_variable.yaml:8 Use `ansible.builtin.debug` or `ansible.legacy.debug` instead.

# Read documentation for instructions on how to ignore specific rule violations.

#                  Rule Violation Summary
#  count tag               profile    rule associated tags
#      2 fqcn[action-core] production formatting

# Failed: 2 failure(s), 0 warning(s) on 1 files. Last profile that met the validation criteria was 'shared'. Rating: 4/5 star