File diff 6bb8ed6d6443 → d752715bb533
roles/bootstrap/molecule/default/tests/test_default.py
Show inline comments
 
@@ -48,4 +48,4 @@ def test_sudo_configuration(host):
 
        assert sudo_config.user == 'root'
 
        assert sudo_config.group == 'root'
 
        assert sudo_config.mode == 0o640
 
        assert sudo_config.content == 'ansible ALL=(ALL:ALL) NOPASSWD:ALL\n'
 
        assert sudo_config.content_string == 'ansible ALL=(ALL:ALL) NOPASSWD:ALL\n'