Skip to content

Commit

Permalink
htmlpreview.github.com is preventing the sample HTML reports from
Browse files Browse the repository at this point in the history
working as expected due to CORS.  For now the link will just go to the
file.  If the reports are downloaded they can then be viewed locally.
  • Loading branch information
mstillings committed Jun 22, 2020
1 parent 9d47859 commit d9872fe
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/CLIENT_JOIN.md
Original file line number Diff line number Diff line change
Expand Up @@ -141,6 +141,6 @@ Below is a sample playbook using the `client_join` role.
- name: oneidentity.authentication_services.client_join
```

See sample [HTML](http://htmlpreview.github.io/?https://github.com/OneIdentity/ansible-authentication-services/blob/master/docs/client_join_report.html) and [CSV](client_join_report.csv) reports generated from a run of this sample playbook.
See sample [HTML](client_join_report.html) and [CSV](client_join_report.csv) reports generated from a run of this sample playbook.

For a copy of this and other sample playbooks see [examples](../examples/README.md)
2 changes: 1 addition & 1 deletion docs/CLIENT_PREFLIGHT.md
Original file line number Diff line number Diff line change
Expand Up @@ -152,6 +152,6 @@ Below is a sample playbook using the `client_preflight` role.
- name: oneidentity.authentication_services.client_preflight
```

See sample [HTML](http://htmlpreview.github.io/?https://github.com/OneIdentity/ansible-authentication-services/blob/master/docs/client_preflight_report.html) and [CSV](client_preflight_report.csv) reports generated from a run of this sample playbook.
See sample [HTML](client_preflight_report.html) and [CSV](client_preflight_report.csv) reports generated from a run of this sample playbook.

For a copy of this and other sample playbooks see [examples](../examples/README.md)
2 changes: 1 addition & 1 deletion docs/CLIENT_SW.md
Original file line number Diff line number Diff line change
Expand Up @@ -154,6 +154,6 @@ Only the `client_sw_dir` and `client_sw_pkgs` variables are overriden in this pl
- name: oneidentity.authentication_services.client_sw
```

See sample [HTML](http://htmlpreview.github.io/?https://github.com/OneIdentity/ansible-authentication-services/blob/master/docs/client_sw_report.html) and [CSV](client_sw_report.csv) reports generated from a run of this sample playbook.
See sample [HTML](client_sw_report.html) and [CSV](client_sw_report.csv) reports generated from a run of this sample playbook.

For a copy of this and other sample playbooks see [examples](../examples/README.md)

0 comments on commit d9872fe

Please sign in to comment.