Initial qwen3 run with opencode
This commit is contained in:
14
delegation.md
Normal file
14
delegation.md
Normal file
@@ -0,0 +1,14 @@
|
||||
## Delegation
|
||||
|
||||
Run tasks on a different host:
|
||||
|
||||
```yaml
|
||||
- name: Restart service on web server
|
||||
service:
|
||||
name: apache2
|
||||
state: restarted
|
||||
delegate_to: "localhost"
|
||||
|
||||
# Delegate to a specific host:
|
||||
# delegate_to: "webservers"
|
||||
```
|
||||
Reference in New Issue
Block a user