Question 6: Which of the following commands would check that all playbooks within the working directory are using the correct YAML syntax? Choice: (choose correct answer): () ansible-playbook *.yml --syntax-check () ansible-playbook *.yml --check () ansible-playbook --check-all () ansible-playbook *.yml --check-syntax