ansible-examples icon indicating copy to clipboard operation
ansible-examples copied to clipboard

Fix ansible-lintreported errors and update syntax in lamp_simple_rhel7.

Open jcsmith opened this issue 6 years ago • 0 comments

There is still one error reported by ansible-lint for the files in this directory:

$ ansible-lint site.yml 
[ANSIBLE0004] Git checkouts must contain explicit version
/Users/jsmith39/src/external/jcsmith_ansible-examples/lamp_simple_rhel7/roles/web/tasks/copy_code.yml:5
Task/Handler: Copy the code from repository

Specifying version: head to the git module did not seem to resolve the error so I'm not sure what to do about it and am open to suggestions.

jcsmith avatar Oct 03 '18 22:10 jcsmith