hotfix: use auto python interpreter for package tasks, virtualenv for all other tasks

This commit is contained in:
Ben Partridge
2020-11-03 11:51:52 +11:00
parent 73bd0f407a
commit 229bbf01f6
13 changed files with 51 additions and 34 deletions

View File

@@ -8,6 +8,7 @@
- awscli
- git
- ec2-utils
ansible_python_interpreter: auto
- name: Install CloudWatch Agent
yum:
@@ -16,3 +17,4 @@
when: atl_aws_enable_cloudwatch is defined and atl_aws_enable_cloudwatch
notify:
- Enable CloudWatch Agent
ansible_python_interpreter: auto