Skip to content

Commit

Permalink
Merge pull request #46 from grdumas/patch-1
Browse files Browse the repository at this point in the history
Fix typos in main.yml
  • Loading branch information
grdumas authored Aug 11, 2023
2 parents 2bec2ca + adbfd18 commit ec06045
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ansible_roles/roles/archive_exist_data/tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# Upload the required tests.
#

- name: Create the diriectory for saving results
- name: Create the directory for saving results
file:
path: /tmp/zathras_archive/results_{{ timeval }}
recurse: yes
Expand Down
2 changes: 1 addition & 1 deletion ansible_roles/roles/test_generic/tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@
- name: record the shell using
shell: "echo \"#/bin/bash\" > /tmp/{{ test_data.test_name }}.cmd"

- name: provide the comamnd runnig
- name: provide the command running
shell: "echo \"{{ dest_dir }}//{{ test_data.exec_dir }}/{{ test_data.test_script_to_run }} --run_user {{ config_info.test_user }} --home_parent {{ config_info.user_parent_home_dir }} --iterations {{ config_info.test_iterations }} --tuned_setting {{ sys_confg }} --host_config \"{{ config_info.host_config_info }}\" --sysname \"{{ config_info.host_or_cloud_inst }}\" --sys_type {{ config_info.system_type }} {{ test_data.test_specific }}\" | sed \"s/}//g\" >> /tmp/{{ test_data.test_name }}.cmd"

- name: Make runnable
Expand Down

0 comments on commit ec06045

Please sign in to comment.