-
Using Assert to Create a Test Suite
Within software development circles, there’s an idea called “Test Driven Development” and since the basic idea behind Ansible is to treat “infrastructure as code” – why wouldn’t you want to do some testing to verify the changes you intended to make are in fact made? This is where the Assert statement in Ansible comes in, […]