mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-04-13 15:39:49 +08:00
Right now if there's a yml thats indented incorrectly, but parts of it are fine, oc apply will apply those parts that are valid and just ignore the rest. So, lets add a --validate=strict to have it reject these entirely, so we know they have something wrong in them and we can fix it, rather than being confused that they didn't apply anything. Signed-off-by: Kevin Fenzi kevin@scrye.com