Initial qwen3 run with opencode
This commit is contained in:
14
check-mode.md
Normal file
14
check-mode.md
Normal file
@@ -0,0 +1,14 @@
|
||||
## Check Mode
|
||||
|
||||
Run playbooks in simulation mode without making changes:
|
||||
|
||||
```yaml
|
||||
- name: Restart service (check mode)
|
||||
service:
|
||||
name: apache2
|
||||
state: restarted
|
||||
check_mode: yes
|
||||
|
||||
# Run with check mode:
|
||||
# ansible-playbook site.yml --check
|
||||
```
|
||||
Reference in New Issue
Block a user