Skip to content

Commit

Permalink
Removed un-needed / (#543)
Browse files Browse the repository at this point in the history
  • Loading branch information
BenStarmerSmith authored May 11, 2023
1 parent 2d32ab7 commit c24d057
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ansible/roles/products/common/documentation/tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@
aws_secret_key: "{{ aws_secret }}"
security_token: "{{ aws_security_token }}"
bucket: "{{ bucket_name }}"
object: "/{{ documentation_folder }}/{{ documentation_file }}"
object: "{{ documentation_folder }}/{{ documentation_file }}"
dest: "{{ manual_folder }}/{{ manual_filename }}"
mode: get
when: not skip_molecule_task|bool
Expand All @@ -133,7 +133,7 @@
aws_access_key: "{{ aws_key }}"
aws_secret_key: "{{ aws_secret }}"
bucket: "{{ bucket_name }}"
object: "/{{ documentation_folder }}/{{ documentation_file }}"
object: "{{ documentation_folder }}/{{ documentation_file }}"
dest: "{{ manual_folder }}/{{ manual_filename }}"
mode: get
when: skip_molecule_task|bool
Expand Down

0 comments on commit c24d057

Please sign in to comment.