commit | 155abc7adca9e4c1e4edde0a3f4562cd930c0d25 | [log] [tgz] |
---|---|---|
author | Carlos Frias <friasc@google.com> | Tue Apr 10 15:08:22 2018 -0400 |
committer | Carlos Frias <friasc@google.com> | Tue Apr 10 15:08:22 2018 -0400 |
tree | e91c787d658c1daeb920c3288cad96d14ceff8a9 | |
parent | 3a4d70cfb68274c88a732e302c29d97fc87e8008 [diff] |
added installation for edge sso
diff --git a/tasks/main.yml b/tasks/main.yml index eeec27b..a2c7943 100644 --- a/tasks/main.yml +++ b/tasks/main.yml
@@ -14,6 +14,11 @@ state: touch path: "{{ edge_sso_installation_config_file }}" +- name: Assert that availability of SAML IDP metadata file + assert: + that: + - "edge_sso_saml_idp_metadata_url is defined" + - name: Construct the Edge SSO Installation config file file become: yes template: