mirror of
https://github.com/shadow-maint/shadow.git
synced 2026-01-26 14:03:17 +00:00
share/container-build.sh: Fix path
The instructions are written so that this script should be run from the root of the repository. Specify the path from the root of the repo. Before this fix, the command needed to be run from within <share/>. Signed-off-by: Alejandro Colomar <alx@kernel.org>
This commit is contained in:
parent
742a230e30
commit
365279ea95
@ -8,7 +8,7 @@
|
||||
#
|
||||
|
||||
set -eE
|
||||
cd ansible/
|
||||
cd share/ansible/
|
||||
ansible-playbook playbook.yml -i inventory.ini -e 'distribution=alpine'
|
||||
ansible-playbook playbook.yml -i inventory.ini -e 'distribution=debian'
|
||||
ansible-playbook playbook.yml -i inventory.ini -e 'distribution=fedora'
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user