- Softwrap mode:
- Toggle
Blob of spec/fixtures/tasks.yml
(raw blob data)
| 1 | # Read about fixtures at http://ar.rubyonrails.org/classes/Fixtures.html |
| 2 | create_repo: |
| 3 | id: 1 |
| 4 | target_class: Repository |
| 5 | command: create_git_repository |
| 6 | arguments: [foo/bar.git] |
| 7 | performed: false |
| 8 | |
| 9 | add_key: |
| 10 | id: 2 |
| 11 | target_class: SshKey |
| 12 | command: add_to_authorized_keys |
| 13 | arguments: |
| 14 | - | |
| 15 | ### START KEY 2 ### |
| 16 | command="gitorious johan",no-port-forwarding,no-X11-forwarding,no-agent-forwarding,no-pty ssh-rsa bXljYWtkZHlpemltd21vY2NqdGJnaHN2bXFjdG9zbXplaGlpZnZ0a3VyZWFc2dkanB4aXNxamxieGVib3l6Z3hmb2ZxZW15Y2FrZGR5aXppbXdtb2NjanRiZ2hzdm1xY3Rvc216ZWhpaWZ2dGt1cmVhc3NnZGpweGlzcWpsYnhlYm95emd4Zm9mcWU= foo@example.com |
| 17 | ### END KEY 2 ### |
| 18 | performed: false |
