#1 Update docs/exampleplaybook.yml, now native yaml
Opened 4 years ago by mglantz. Modified 4 years ago
mglantz/ansible-fedoraqa-modules develop  into  develop

file modified
+5 -3
@@ -1,6 +1,8 @@ 

  ---

- - name: test some stuff

+ - name: test koji

    hosts: local

    tasks:

-       - name: test koji

-         koji: action='download' koji_build='ansible-review-0.13.0-2.fc26'

+       - name: download test for koji

+         koji: 

+           action: download

+           koji_build: ansible-review-0.13.0-2.fc26

Native yaml is an Ansible best practice

I believe this repo is dead and should be marked as such (similarly how we mark other Taskotron-related obsolete repos). But I'll let @tflink respond.

Metadata