Merge pull request #11 from nginxinc/(feature)/replace-shell-module

Replace shell module with assemble module
This commit is contained in:
Alessandro Fael Garcia 2018-03-02 16:43:02 -08:00 committed by GitHub
commit af69957251
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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: