DavidWittman / ansible-redis

Highly-configurable Ansible role to install Redis and Redis Sentinel from source
MIT License
663 stars 288 forks source link

Fix Ansible 2.8 warning #218

Closed thbar closed 5 years ago

thbar commented 5 years ago

Fix for #217 (although I wonder if later Ansible modules such as sysctl will allow a real integer here? Time will tell).

See https://docs.ansible.com/ansible/latest/porting_guides/porting_guide_2.8.html#module-option-conversion-to-string

thbar commented 5 years ago

Thanks @DavidWittman!