Tweak shell args
This commit is contained in:
parent
92b4a3ff7c
commit
d3db0b5643
1 changed files with 2 additions and 2 deletions
|
@ -40,12 +40,12 @@
|
|||
- config
|
||||
|
||||
- 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:
|
||||
- config
|
||||
|
||||
- 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:
|
||||
- config
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue