1
0
Fork 0
mirror of https://github.com/DO1JLR/ansible_playbook_servers.git synced 2024-09-14 19:53:56 +02:00

Use modules for collections

This commit is contained in:
L3D 2023-04-25 15:29:46 +02:00
parent 8d984e194b
commit 58c01e654d
Signed by: l3d
GPG key ID: CD08445BFF4313D1
5 changed files with 12 additions and 27 deletions

View file

@ -1,27 +0,0 @@
---
name: Ansible Lint check
# yamllint disable-line rule:truthy
on:
push:
branches: '*'
pull_request:
branches: '*'
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: 'checkout git repo'
uses: actions/checkout@v3
with:
lfs: true
submodules: true
fetch-depth: 0
- name: 'Lint Ansible Playbook'
uses: ansible/ansible-lint-action@v6
with:
path: "site.yml"

9
.gitmodules vendored
View file

@ -118,3 +118,12 @@
path = roles/do1jlr.etebase path = roles/do1jlr.etebase
url = https://github.com/roles-ansible/ansible_role_etebase.git url = https://github.com/roles-ansible/ansible_role_etebase.git
branch = master branch = master
[submodule "collections/ansible_collections/community/mysql"]
path = collections/ansible_collections/community/mysql
url = https://github.com/ansible-collections/community.mysql.git
[submodule "collections/ansible_collections/community/general"]
path = collections/ansible_collections/community/general
url = https://github.com/ansible-collections/community.general.git
[submodule "collections/ansible_collections/community/crypto"]
path = collections/ansible_collections/community/crypto
url = https://github.com/ansible-collections/community.crypto.git

@ -0,0 +1 @@
Subproject commit 54eeb8d563e00883545896c6e82574f31e8ee4d6

@ -0,0 +1 @@
Subproject commit f0fcc91ac734905b9158ace0c43801fb053c1eb9

@ -0,0 +1 @@
Subproject commit 9124b1f575b6d578060d69682fd84afb1779178a