the error is correct the file does not exist and the permissions cannot be updated
ignore_errors: yes will allow for it to keep running even if the file does not exist, another option is using the stat: module to check if the file exists and run file: conditionally on that. -- Brian Coca -- You received this message because you are subscribed to the Google Groups "Ansible Project" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/ansible-project/CAJ5XC8kD3YFgFS_k9--mk8oPEZLewcC1eXyPyJSpy7%3DS7LA%3DpQ%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.
