Skip to content

Commit

Permalink
Minor updates to docs (#166) [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
Gavin Cornwell authored Mar 16, 2021
1 parent 62bb65b commit 2cdab37
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,7 @@
same "printed page" as the copyright notice for easier
identification within third-party archives.

Copyright 2020 Alfresco Software Ltd
Copyright 2021 Alfresco Software Ltd

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Alfresco Ansible Deployment

This project provides an [Ansible](https://www.ansible.com) playbook capable of deploying Alfresco Content Services (ACS) Enterprise 7.x or 6.2.N.
This project provides an [Ansible](https://www.ansible.com) playbook capable of deploying Alfresco Content Services (ACS).

Ansible is an open-source software provisioning, configuration management and application-deployment tool enabling infrastructure as code.

Expand Down
12 changes: 6 additions & 6 deletions galaxy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,21 +20,21 @@ authors:
- Sergiu Vidrascu
- Lucian Suciu
- Andrei Ciubotaru

- Alexandre Chapellon

### OPTIONAL but strongly recommended

# A short summary description of the collection
description: A collection that installs the Alfresco Digital Business Platform.
description: A collection that installs Alfresco Content Services.

# Either a single license or a list of licenses for content inside of a collection. Ansible Galaxy currently only
# accepts L(SPDX,https://spdx.org/licenses/) licenses. This key is mutually exclusive with 'license_file'
license:
- Alfresco
- Apache

# The path to the license file for the collection. This path is relative to the root of the collection. This key is
# mutually exclusive with 'license'
license_file: ''
license_file: LICENSE

# A list of tags you want to associate with the collection for indexing/searching. A tag name has the same character
# requirements as 'namespace' and 'name'
Expand All @@ -50,10 +50,10 @@ dependencies: {}
repository: https://github.com/Alfresco/alfresco-ansible-deployment

# The URL to any online docs
documentation: https://github.com/Alfresco/alfresco-ansible-deployment
documentation: https://github.com/Alfresco/alfresco-ansible-deployment/blob/master/docs/README.md

# The URL to the homepage of the collection/project
homepage: https://alfresco.com

# The URL to the collection issue tracker
issues: https://issues.alfresco.com/jira/secure/Dashboard.jspa
issues: https://github.com/Alfresco/alfresco-ansible-deployment/issues

0 comments on commit 2cdab37

Please sign in to comment.