I just recently discovered rule_desc
. So upon adding the description to some plays I am seeing the behavior that the first time ec2_group
is executed with the rule description, all rules (or at least the rules with the descriptions) are removed. Only on the second run of ec2_groups
are the rules with the descriptions created. Subsequent runs are then unchanged.
I still have some other experiments to run to see the scope of this. Like what happens if the description is changed for a rule that already has a description.
In the meantime, has anybody else seen this.
ansible versions: 2.6.4, 2.6.5