Ansible Blockinfile Module file permission not correct

@Inderpreet,

can you check the validation of the blockinfile task for me? it said the index.html file permission is wrong.

The /var/www/html/index.html file’s permissions should be 0744 on all app servers.
here is what i did in the playbook.yml
owner: apache
group: apache
mode: 0744

thank you, Jenna

Did you put quotes around the file mode?