Ansible playbook won't run.

That is not a valid play, this is:

  • hosts: localhost
    tasks:
  • subversion:
    repo: “https://path/to/my/repo
    dest: /tmp/
    username: my_username
    password: my_password

Great – thanks. What a fail!