Skip to content

Commit df92e26

Browse files
authored
Merge pull request #28 from DanielMSchmidt/patch-1
Fix typo in role variables section
2 parents ed99975 + a61a702 commit df92e26

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ This will create:
4343
* `container_volumes` (default: _[]_) - List of `-v` arguments
4444
* `container_host_network` (default: _false_) - Whether the host network should be used
4545
* `container_ports` (default: _[]_) - List of `-p` arguments
46-
* `container_link` (default: _[]_) - List of `--link` arguments
46+
* `container_links` (default: _[]_) - List of `--link` arguments
4747
* `container_labels` (default: _[]_) - List of `-l` arguments
4848
* `container_docker_pull` (default: _yes_) - whether the docker image should be pulled
4949
* `container_cap_add` (default _[]_) - List of capabilities to add

0 commit comments

Comments
 (0)