[Bug] TASK [geerlingguy.elasticsearch-curator : Ensure pip is installed.]
engiwip opened this issue · 2 comments
Hi ,
I've had a bug after the task as below
TASK [geerlingguy.elasticsearch-curator : Ensure pip is installed.]
fatal: [logs]: FAILED! => {"changed": false, "msg": "value of state must be one of: absent, build-dep, fixed, latest, present, got: installed"}
workaround--> change as below
/elk/roles/geerlingguy.elasticsearch-curator/tasks/setup-Debian.yml /tasks/setup-Debian & setup-Redhat
False --> apt: name=python-pip state=present
Correct ->apt: name=python-pip state=installed
I really appreciate your work.
I need to update that elk/
example to use the latest versions of my roles, for example it's currently using 1.0.7, but the latest version (https://github.com/geerlingguy/ansible-role-elasticsearch-curator/releases) is 2.0.0.
I will be updating this example over in geerlingguy/ansible-for-devops#196, thanks for sending me the info!