updated sso
diff --git a/tasks/main.yml b/tasks/main.yml index 370d3b8..bf8a079 100644 --- a/tasks/main.yml +++ b/tasks/main.yml
@@ -1,15 +1,18 @@ --- # tasks file for apigee-opdk-setup-edge-sso - name: Install openssh + tags: ['yum'] become: yes yum: name: openssh state: present - name: Create Private key and Self Signed Certificate Request + tags: ['private'] include_tasks: create-private-key-and-self-signed-cert.yml - name: Create Verification and Signing Key + tags: ['verify'] include_tasks: create-verification-and-signing-key.yml - name: Update cache with key and value