I have a task that does this

- name: Generate certs using the example.sh script from zip file
  shell: > 
    cd "/tmp/{{ sg_ssl_dir }}/example-pki-scripts" 
    chmod +x *.sh 
    ./example.sh pw pw


Which should generate cert/key pairs, but I don't see them. I do NOT get 
errors. If I run the script myself after ssh'ng into the target system, it 
works. Any clues?

-- 
You received this message because you are subscribed to the Google Groups 
"Ansible Project" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to ansible-project+unsubscr...@googlegroups.com.
To post to this group, send email to ansible-project@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/ansible-project/2da5ea08-42b4-4612-bbf1-93e20e96a28a%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to