diff --git a/.github/workflows/ansible-linting-check.yml b/.github/workflows/ansible-linting-check.yml deleted file mode 100644 index 2d43287..0000000 --- a/.github/workflows/ansible-linting-check.yml +++ /dev/null @@ -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" diff --git a/.gitmodules b/.gitmodules index 9bc04ed..1cb2d39 100644 --- a/.gitmodules +++ b/.gitmodules @@ -118,3 +118,12 @@ path = roles/do1jlr.etebase url = https://github.com/roles-ansible/ansible_role_etebase.git 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 diff --git a/collections/ansible_collections/community/crypto b/collections/ansible_collections/community/crypto new file mode 160000 index 0000000..54eeb8d --- /dev/null +++ b/collections/ansible_collections/community/crypto @@ -0,0 +1 @@ +Subproject commit 54eeb8d563e00883545896c6e82574f31e8ee4d6 diff --git a/collections/ansible_collections/community/general b/collections/ansible_collections/community/general new file mode 160000 index 0000000..f0fcc91 --- /dev/null +++ b/collections/ansible_collections/community/general @@ -0,0 +1 @@ +Subproject commit f0fcc91ac734905b9158ace0c43801fb053c1eb9 diff --git a/collections/ansible_collections/community/mysql b/collections/ansible_collections/community/mysql new file mode 160000 index 0000000..9124b1f --- /dev/null +++ b/collections/ansible_collections/community/mysql @@ -0,0 +1 @@ +Subproject commit 9124b1f575b6d578060d69682fd84afb1779178a