spelling correction on pre-requisites
Project: http://git-wip-us.apache.org/repos/asf/airavata/repo Commit: http://git-wip-us.apache.org/repos/asf/airavata/commit/56263b46 Tree: http://git-wip-us.apache.org/repos/asf/airavata/tree/56263b46 Diff: http://git-wip-us.apache.org/repos/asf/airavata/diff/56263b46 Branch: refs/heads/ansible-testing-0.17 Commit: 56263b46990988e131897480fb7b790b28f0ca91 Parents: 5f65b07 Author: jecoulte <[email protected]> Authored: Thu Feb 9 08:45:57 2017 -0500 Committer: jecoulte <[email protected]> Committed: Thu Feb 9 08:45:57 2017 -0500 ---------------------------------------------------------------------- dev-tools/ansible/roles/pga/tasks/install_deps_CentOS_7.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/airavata/blob/56263b46/dev-tools/ansible/roles/pga/tasks/install_deps_CentOS_7.yml ---------------------------------------------------------------------- diff --git a/dev-tools/ansible/roles/pga/tasks/install_deps_CentOS_7.yml b/dev-tools/ansible/roles/pga/tasks/install_deps_CentOS_7.yml index e2b5ea3..8da9aa3 100644 --- a/dev-tools/ansible/roles/pga/tasks/install_deps_CentOS_7.yml +++ b/dev-tools/ansible/roles/pga/tasks/install_deps_CentOS_7.yml @@ -1,6 +1,6 @@ --- -- name: Install pre-requireties +- name: Install pre-requisites yum: name="{{ item }}" state=latest update_cache=yes with_items: - git
