Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix inconsistency in the values of the 'name' in each task #16

Closed
VimukthiPerera opened this issue May 14, 2019 · 0 comments · Fixed by #30
Closed

Fix inconsistency in the values of the 'name' in each task #16

VimukthiPerera opened this issue May 14, 2019 · 0 comments · Fixed by #30

Comments

@VimukthiPerera
Copy link
Contributor

Description:
Some of the tasks contain double quotes for the name and some do not.

- name: Install a .rpm package
yum:
name: "{{ product_path }}/{{ product_archive_rpm }}"
when: ansible_os_family == "RedHat"
- name: "Copy JDBC Driver"
copy:
src: "files/{{ jdbc_driver }}"
dest: "{{ setup_path }}/{{ product_name }}/{{ product_version }}/repository/components/lib"

Suggested Assignees:
@VimukthiPerera

Affected Product Version:
All up to 2.6.0

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant