Explorar el Código

add yum package gcc-c++ & chance PCPE version determine option.

dean hace 5 años
padre
commit
bf388671ad
Se han modificado 1 ficheros con 2 adiciones y 1 borrados
  1. 2 1
      ansible/roles/nginx/tasks/installer.yml

+ 2 - 1
ansible/roles/nginx/tasks/installer.yml

@@ -37,11 +37,12 @@
     - pcre-devel
     - openssl-devel
     - gcc
+    - gcc-c++
   when: ansible_distribution == 'CentOS'
   tags: nginx_installer
 
 - name: Get PCPE Version Of RPM
-  shell: yum list installed pcre-devel | grep custom-rpm | awk '{print $2}' | cut -d'-' -f1
+  shell: yum list installed pcre-devel | grep pcre-devel | awk '{print $2}' | cut -d'-' -f1
   register: pcre_version
   changed_when: False
   args: