Skip to content

Commit

Permalink
Merge pull request #1 from simon-c-msc/simon-c-msc-ansible_binaries_m…
Browse files Browse the repository at this point in the history
…apping

Adding missing mapping for ANSIBLE_BINARIES_DIR_PATH
  • Loading branch information
simon-c-msc authored Aug 18, 2023
2 parents 2ec0714 + 2182387 commit c93a5f9
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,8 @@ public class AnsibleNodeExecutor implements NodeExecutor, AnsibleDescribable, Pr
builder.property(BECOME_PASSWORD_STORAGE_PROP);
builder.property(VAULT_KEY_FILE_PROP);
builder.property(VAULT_KEY_STORAGE_PROP);
builder.mapping(ANSIBLE_BINARIES_DIR_PATH,PROJ_PROP_PREFIX + ANSIBLE_BINARIES_DIR_PATH);
builder.frameworkMapping(ANSIBLE_BINARIES_DIR_PATH,FWK_PROP_PREFIX + ANSIBLE_BINARIES_DIR_PATH);
builder.mapping(ANSIBLE_EXECUTABLE,PROJ_PROP_PREFIX + ANSIBLE_EXECUTABLE);
builder.frameworkMapping(ANSIBLE_EXECUTABLE,FWK_PROP_PREFIX + ANSIBLE_EXECUTABLE);
builder.mapping(ANSIBLE_WINDOWS_EXECUTABLE,PROJ_PROP_PREFIX + ANSIBLE_WINDOWS_EXECUTABLE);
Expand Down

0 comments on commit c93a5f9

Please sign in to comment.