Closed jbothma closed 4 years ago
dokku_docker_options documents options field that is a list of strings, but expects `option field that is a string
options
Use options field in dokku_docker_options task
dokku_docker_options
- name: "Index data mapped out to host at deploy time" dokku_docker_options: app: "{{ app_name }}" phase: deploy options: - "-v /var/{{ app_name }}/data:/usr/share/elasticsearch/data"
FAILED! => {"changed": false, "msg": "Unsupported parameters for (dokku_docker_options) module: options Supported parameters include: app, option, phase, state"}
All options in options list set on the app
ansible-galaxy install --force dokku_bot.ansible_dokku,v2020.3.24
Closed by #69.
Description of problem
dokku_docker_options documents
options
field that is a list of strings, but expects `option field that is a stringHow reproducible
Use
options
field indokku_docker_options
taskSteps to Reproduce
Actual Results
Expected Results
All options in
options
list set on the appEnvironment Information