Skip to content

Commit abc9d2d

Browse files
committed
docs: show dry run
1 parent 9e72948 commit abc9d2d

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

README.md

+6
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,12 @@ To run the setup:
3737
ansible-playbook -K _all.yaml
3838
```
3939
40+
To see what has changed since the last run:
41+
42+
```bash
43+
ansible-playbook -K _all.yaml --check --diff
44+
```
45+
4046
You will be prompted for your password, so that administrative-level software can be installed. _**You must be a sudoer to run these scripts, otherwise the installation process will fail.**_ You can also run individual files if you'd prefer to take more control over what's executed.
4147
4248
Since core OS packages are upgraded, it is safest to reboot the PC/VM after running these scripts. At a bare minimum, many UI shell customizations done here will require you to log out and log back in.

0 commit comments

Comments
 (0)