10 lines
285 B
Makefile
10 lines
285 B
Makefile
.PHONY: ansible chromium
|
|
|
|
dependencies:
|
|
sudo apt install python3-pip zip
|
|
pip install ansible boto boto3 aws-sam-cli
|
|
echo "Docker is also required in order to test the package, please install docker or Docker Desktop"
|
|
|
|
chromium:
|
|
ansible-playbook plays/chromium.yml -i inventory.ini
|