Authored by chunhua.zhang

no message

... ... @@ -12,6 +12,7 @@
register: cpu_count_ret
- set_fact:
processor_count: "{{ cpu_count_ret.stdout }}"
when: not ansible_check_mode
vars_prompt:
- name: "confirmation"
prompt: "Sync and reload java nginx. Please Enter YES to continue."
... ...