Technotes for future me
pre_tasks: - name: Fail if OS is not Centos fail: msg: "The playbook only supports Centos" when: ansible_distribution != 'CentOS'