Paul Chaignon
Paul Chaignon
@jameslastchina I don't think that's possible without a counting Bloom filter.
Although I'm not sure what you mean by "reserialize into another filter", yes, you can add two Bloom filters. You will have to add binary values for each index such...
Isn't `when: apparmor_status.failed` enough? Do you want to submit a pull request?
#134 should address this.
I think it was [added in Ansible 2.2](http://docs.ansible.com/ansible/playbooks_checkmode.html#id2). If we use that, we'll have to drop support for 1.9 and 2.0.
We could probably write our own module to backport `check_mode` to Ansible < 2.2.0, but I doubt it's worth it. Ansible 2.2.0 is still pretty new (end of 2016), so...
[Ansible 2.4 is out](https://github.com/ansible/ansible/releases), we really need to revisit this. @donovan Could you update your branch to remove Ansible 2.0 and 1.9.1 from the `.travis.yml` file and add Ansible 2.1,...
@joshavant Thanks for the pull request. While you're at it, could you also change it in the README? @awailly Was there a reason for appending the new content rather than...
Thanks for the pull request! The Travis build is failing because, when it does a second playbook run, [it finds an incorrect `INACTIVE` value again](https://travis-ci.org/awailly/cis-ubuntu-ansible/jobs/158246872#L4412). It's as if `10.5.2` wasn't...
@awailly I could use some help to understand why the idempotence test fails with Ansible 2.1.