Re: [ansible-project] Create AWS EFS

2020-03-25 Thread Dick Visser
It means that your boto3 is not available to ansible. Wrong location? Different venv? What does 'ansible --version' say? On Wed, 25 Mar 2020 at 08:07, Sandy Hung wrote: > Dear All: > > I have create efs ansible , I have install boto3 > this is show error msg > > this is my ansible > --- > -

[ansible-project] Create AWS EFS

2020-03-25 Thread Sandy Hung
Dear All: I have create efs ansible , I have install boto3 this is show error msg this is my ansible --- - hosts: localhost connection: local gather_facts: no vars_files: - ec2key.yml tasks: - name: Create EFS efs: state: present