This commit is contained in:
Jeroen Vermeulen 2023-08-28 18:31:30 +02:00
parent 3ebbc4c8f7
commit 971db7ef85
No known key found for this signature in database
1 changed files with 5 additions and 0 deletions

View File

@ -17,3 +17,8 @@ git config core.hooksPath .githooks
grep 'OBJC_DISABLE_INITIALIZE_FORK_SAFETY' ~/.zshrc || echo "OBJC_DISABLE_INITIALIZE_FORK_SAFETY=YES" >> ~/.zshrc
source ~/.zshrc
```
## Use
```zsh
ansible-playbook site.yml --limit customer_deovero
```