Skip to content

Commit

Permalink
docs: show dry run
Browse files Browse the repository at this point in the history
  • Loading branch information
steveoh committed May 21, 2020
1 parent 9e72948 commit abc9d2d
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,12 @@ To run the setup:
ansible-playbook -K _all.yaml
```
To see what has changed since the last run:
```bash
ansible-playbook -K _all.yaml --check --diff
```
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.
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.
Expand Down

0 comments on commit abc9d2d

Please sign in to comment.