Replace shell module with assemble module

This commit is contained in:
Alessandro Fael Garcia 2018-03-02 16:35:34 -08:00
parent 15385c9cb1
commit b66bc5d7aa

View File

@ -1,6 +1,8 @@
---
- name: "(Install: SUSE) Combine NGINX Plus Certificate and License Keys"
shell: cat /etc/ssl/nginx/nginx-repo.crt /etc/ssl/nginx/nginx-repo.key > /etc/ssl/nginx/nginx-repo-bundle.crt
assemble:
src: /etc/ssl/nginx
dest: /etc/ssl/nginx/nginx-repo-bundle.crt
- name: "(Install: SUSE) Add NGINX Plus Repository"
zypper_repository: