diff --git a/README.md b/README.md index f15b802..30fef62 100644 --- a/README.md +++ b/README.md @@ -66,7 +66,7 @@ Config file should be in: `/etc/ansible-puller/config.json`, `$HOME/.ansible-pul | `http-user` | `""` | Username for HTTP Basic Auth | | `http-pass` | `""` | Password for HTTP basic Auth | | `http-url` | `""` | HTTP Url to find the Ansible tarball. Required if s3-arn is not set | -| `http-checksum-url` | `""` | HTTP Url to find the Ansible tarball checksum. Defaults to http-url + `.md5`. | +| `http-checksum-url` | `""` | HTTP Url to find the Ansible tarball md5 hash. Defaults to http-url + `.md5`. | | `log-dir` | `"/var/log/ansible-puller"` | Log directory (must exist) | | `ansible-dir` | `""` | Path in the pulled tarball to cd into before ansible commands - usually ansible.cfg dir | | `ansible-playbook` | `"site.yml"` | The playbook that will be run - relative to ansible-dir |