molecule: centralize requirements

This commit is contained in:
Romain Pelisse 2022-12-19 08:56:25 +01:00
commit 320f167bea
6 changed files with 8 additions and 26 deletions

View file

@ -1,7 +1,7 @@
---
dependency:
name: shell
command: ansible-galaxy collection install -r molecule/default/requirements.yml -p $HOME/.ansible/collections --force-with-deps
command: ansible-galaxy collection install -r molecule/requirements.yml -p $HOME/.ansible/collections --force-with-deps
driver:
name: docker
lint: |

View file

@ -1,7 +1,7 @@
---
dependency:
name: shell
command: ansible-galaxy collection install -r molecule/default/requirements.yml -p $HOME/.ansible/collections --force-with-deps
command: ansible-galaxy collection install -r molecule/requirements.yml -p $HOME/.ansible/collections --force-with-deps
driver:
name: docker
lint: |

View file

@ -1,9 +0,0 @@
---
collections:
- name: middleware_automation.redhat_csp_download
version: ">=1.2.1"
- name: community.general
- name: ansible.posix
- name: community.docker
version: ">=1.9.1"

View file

@ -1,7 +1,7 @@
---
dependency:
name: shell
command: ansible-galaxy collection install -r molecule/default/requirements.yml -p $HOME/.ansible/collections --force-with-deps
command: ansible-galaxy collection install -r molecule/requirements.yml -p $HOME/.ansible/collections --force-with-deps
driver:
name: docker
lint: |

View file

@ -1,9 +0,0 @@
---
collections:
- name: middleware_automation.redhat_csp_download
version: ">=1.2.1"
- name: community.general
- name: ansible.posix
- name: community.docker
version: ">=1.9.1"