Ansible
URLS
Log And Verbosity
# Specify the location for the log file
export ANSIBLE_LOG_PATH=~/ansible.log
# Enable Debug
export ANSIBLE_DEBUG=True
# Run with 4*v for connection level verbosity
ansible-playbook -vvvv ...
WSL
Fixing case sensitive
- include_tasks: "os_{{ ansible_facts['os_family']|lower }}.yml"