Skip to content

Commit

Permalink
[skip travis] updates to last commit
Browse files Browse the repository at this point in the history
Signed-off-by: Charlie Mordant <[email protected]>
  • Loading branch information
Tcharl committed Mar 3, 2024
1 parent 0dede2c commit 9949c71
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion molecule/default/molecule.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ lint: |
ANSIBLE_ROLES_PATH=${MOLECULE_PROJECT_DIRECTORY}/..:${MOLECULE_PROJECT_DIRECTORY}/../community:${ANSIBLE_ROLES_PATH} ANSIBLE_COLLECTIONS_PATH=${MOLECULE_PROJECT_DIRECTORY}/../community-collections:${ANSIBLE_COLLECTIONS_PATH} ansible-lint
platforms:
- name: Fedora-Molecule-Directory
box: ${TESTBOX:-fedora/38-cloud-base}
box: ${TESTBOX:-fedora/39-cloud-base}
provider_options:
cpus: 2
memory: 2048
Expand Down
2 changes: 1 addition & 1 deletion molecule/kvm/molecule.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ lint: |
ANSIBLE_ROLES_PATH=${MOLECULE_PROJECT_DIRECTORY}/..:${MOLECULE_PROJECT_DIRECTORY}/../community:${ANSIBLE_ROLES_PATH} ANSIBLE_COLLECTIONS_PATH=${MOLECULE_PROJECT_DIRECTORY}/../community-collections:${ANSIBLE_COLLECTIONS_PATH} ansible-lint
platforms:
- name: Fedora-Molecule-directory-KVM
box: ${TESTBOX:-fedora/38-cloud-base}
box: ${TESTBOX:-fedora/39-cloud-base}
provider_options:
driver: '"kvm"'
cpus: 4
Expand Down

0 comments on commit 9949c71

Please sign in to comment.