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
With Mitogen 0.2.4, this playbook:
Produces this output:
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