QingCloudAppcenter / ansible-roles

Reusable Ansible roles.
Apache License 2.0
1 stars 8 forks source link

redis-server-1.0.4: upgrade #37

Closed hlwanghl closed 3 years ago

hlwanghl commented 3 years ago

Signed-off-by: Hongliang Wang hongliangwang@yunify.com

MrYourM commented 3 years ago

详情见 https://github.com/redis/redis/tree/6.0.9

- name: make binaries
  make:
    chdir: "{{ role_path }}/files/tmp/redis-{{ redis_version }}"
    params:
        BUILD_TLS: yes
        USE_SYSTEMD: yes
  delegate_to: localhost
  run_once: True
hlwanghl commented 3 years ago

详情见 https://github.com/redis/redis/tree/6.0.9

- name: make binaries
  make:
    chdir: "{{ role_path }}/files/tmp/redis-{{ redis_version }}"
    params:
        BUILD_TLS: yes
        USE_SYSTEMD: yes
  delegate_to: localhost
  run_once: True

done