[just] fix reference to default playbook
This commit is contained in:
parent
05e10e6a65
commit
f8fc0a0565
1 changed files with 1 additions and 1 deletions
2
justfile
2
justfile
|
@ -7,5 +7,5 @@ deps:
|
|||
--generate-hashes base \
|
||||
--header requirements/_header_text
|
||||
|
||||
check playbook=playbook inventory=default_inventory:
|
||||
check playbook=default_playbook inventory=default_inventory:
|
||||
ansible-playbook {{playbook}} --inventory={{inventory}} --check
|
||||
|
|
Loading…
Add table
Reference in a new issue