Explorar o código

Merge pull request #113 from tculp/feature-fix-ssl_generate-ansible-2.4

Changed the ssl generation line to not include 'executable', as it is…
Jared %!s(int64=8) %!d(string=hai) anos
pai
achega
faf510196d
Modificáronse 1 ficheiros con 1 adicións e 2 borrados
  1. 1 2
      tasks/ssl_generate.yml

+ 1 - 2
tasks/ssl_generate.yml

@@ -23,11 +23,10 @@
         copy: no
 
     - name: Generate SSL certs
-      command: "_ {{ sensu_config_path }}/ssl_generation/sensu_ssl_tool/ssl_certs.sh generate"
+      command: "{{ __bash_path }} {{ sensu_config_path }}/ssl_generation/sensu_ssl_tool/ssl_certs.sh generate"
       args:
         chdir: "{{ sensu_config_path }}/ssl_generation/sensu_ssl_tool"
         creates: "{{ sensu_config_path }}/ssl_generation/sensu_ssl_tool/server"
-        executable: "{{ __bash_path }}"
 
     when: sensu_master|bool
     become: true