/bin/sh: aws: command not found on AWX
groups.google.com › g › awx-projectMay 27, 2021 · i have a playbook that copy s3 files from one bucket t o another bucket. the playbook is working fine from command promt. but not from awx, its showing "/bin/sh: aws: command not found". below is my code. tasks: - name: V3.8 - Copy files from Ohio Dev to Oregon Dev. shell: aws s3 cp s3:// { { ohio_source_bucket }} s3:// { { oregon_dest_bucket ...