diff options
author | Thomas Wiest <twiest@users.noreply.github.com> | 2015-06-24 10:32:04 -0400 |
---|---|---|
committer | Thomas Wiest <twiest@users.noreply.github.com> | 2015-06-24 10:32:04 -0400 |
commit | 578120137601c060805bcdcea13730573a8a3755 (patch) | |
tree | bc24205e13c095070a74a4f5bfb86824b1863704 /roles | |
parent | 60553c976a979984691e5c424af7f7a8b852d43e (diff) | |
parent | 8625cf7d8bb6a6b119183ece1e591abe526a3e95 (diff) | |
download | openshift-578120137601c060805bcdcea13730573a8a3755.tar.gz openshift-578120137601c060805bcdcea13730573a8a3755.tar.bz2 openshift-578120137601c060805bcdcea13730573a8a3755.tar.xz openshift-578120137601c060805bcdcea13730573a8a3755.zip |
Merge pull request #287 from twiest/pr
changed Openshift to OpenShift
Diffstat (limited to 'roles')
-rw-r--r-- | roles/docker_storage/README.md | 2 | ||||
-rw-r--r-- | roles/docker_storage/meta/main.yml | 2 | ||||
-rw-r--r-- | roles/openshift_ansible_inventory/README.md | 4 | ||||
-rw-r--r-- | roles/openshift_ansible_inventory/meta/main.yml | 2 |
4 files changed, 5 insertions, 5 deletions
diff --git a/roles/docker_storage/README.md b/roles/docker_storage/README.md index 0d8f31afc..bf0158623 100644 --- a/roles/docker_storage/README.md +++ b/roles/docker_storage/README.md @@ -36,4 +36,4 @@ ASL 2.0 Author Information ------------------ -Openshift operations, Red Hat, Inc +OpenShift operations, Red Hat, Inc diff --git a/roles/docker_storage/meta/main.yml b/roles/docker_storage/meta/main.yml index a5d51cd3a..f5b2d53cb 100644 --- a/roles/docker_storage/meta/main.yml +++ b/roles/docker_storage/meta/main.yml @@ -1,6 +1,6 @@ --- galaxy_info: - author: Openshift + author: OpenShift description: Setup docker_storage options company: Red Hat, Inc license: ASL 2.0 diff --git a/roles/openshift_ansible_inventory/README.md b/roles/openshift_ansible_inventory/README.md index 69a07effd..b62287c12 100644 --- a/roles/openshift_ansible_inventory/README.md +++ b/roles/openshift_ansible_inventory/README.md @@ -1,4 +1,4 @@ -Openshift Ansible Inventory +OpenShift Ansible Inventory ========= Install and configure openshift-ansible-inventory. @@ -38,4 +38,4 @@ ASL 2.0 Author Information ------------------ -Openshift operations, Red Hat, Inc +OpenShift operations, Red Hat, Inc diff --git a/roles/openshift_ansible_inventory/meta/main.yml b/roles/openshift_ansible_inventory/meta/main.yml index ff3df0a7d..7f7387e80 100644 --- a/roles/openshift_ansible_inventory/meta/main.yml +++ b/roles/openshift_ansible_inventory/meta/main.yml @@ -1,6 +1,6 @@ --- galaxy_info: - author: Openshift + author: OpenShift description: Install and configure openshift-ansible-inventory company: Red Hat, Inc license: ASL 2.0 |