Tweak shell args

This commit is contained in:
Kevin Fenzi 2013-09-12 17:06:58 +00:00
parent 92b4a3ff7c
commit d3db0b5643

View file

@ -40,12 +40,12 @@
- config - config
- name: init serial file - name: init serial file
shell: "echo 01 > /etc/pki/koji/serial.txt" creates=/etc/pki/koji/serial.txt shell: creates=/etc/pki/koji/serial.txt echo 01 > /etc/pki/koji/serial.txt
tags: tags:
- config - config
- name: init koji ca key file - name: init koji ca key file
shell: "openssl genrsa -out /etc/pki/koji/private/koji_ca_cert.key 2048" creates=/etc/pki/koji/private/koji_ca_cert.key shell: creates=/etc/pki/koji/private/koji_ca_cert.key openssl genrsa -out /etc/pki/koji/private/koji_ca_cert.key 2048
tags: tags:
- config - config