Ansible Role issue - formatting tasks

Initialized the ansible role with command line call.
Role fails with this error:

tasks/main.yml

`

Configure MySQL 5.6 repos for Xenial and above.

  • include: mysql_repos.yml

  • inlcude: folder_check.yml

  • inlcude: flyway_git.yml

  • include: flyway.yml
    `

example of one of the tasks i made that is included above:

`