Skip to content

ec2_group module doesn't work with Mitogen 0.2.4 #536

Description

@jbscare

With Mitogen 0.2.4, this playbook:

- hosts: localhost
  tasks:
    - ec2_group:
        name: jbstest
        description: JBS testing
        region: "{{ aws_region }}"
        vpc_id: "{{ vpc_id }}"
        rules: []
        rules_egress: []

Produces this output:

TASK [ec2_group] ***************************************************************
fatal: [localhost]: FAILED! => {"changed": false, "msg": "boto3 required for this module"}

It works fine with Mitogen 0.2.2; it fails with 0.2.4, whether the security group already exists or not.

Here's a log with -vvv: ansible.log

Metadata

Metadata

Assignees

No one assigned

    Labels

    NeedsTestLabel for in-progress and closed bugs that do not yet have a corresponding regression testRegressionIssues due to a regression between releases caused by a gap in testingansibleIssues relating to Mitogen for AnsiblebugCode feature that hinders desired execution outcomeuser-reported

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions