mirror of
https://github.com/HanXHX/ansible-mysql.git
synced 2026-09-23 02:55:27 +07:00
👷 Add Github Action
This commit is contained in:
committed by
Emilien M
parent
88934d3631
commit
2fd648e62e
+8
@@ -0,0 +1,8 @@
|
||||
#!/bin/sh
|
||||
|
||||
if [ -z "${IS_GITHUB_ACTIONS}" ]; then
|
||||
echo "This script is run in GitHub Actions."
|
||||
pip install netaddr
|
||||
fi
|
||||
|
||||
ansible-galaxy collection install -r requirements.yml
|
||||
Reference in New Issue
Block a user