mirror of
https://github.com/kubernetes-sigs/kubespray.git
synced 2026-03-25 12:55:06 -02:30
Fix: molecule 25.12.0 test (#12808)
* Bump molecule to 25.12.0 Signed-off-by: ChengHao Yang <17496418+tico88612@users.noreply.github.com> * Fixed ansible role not found in molecule after 25.2.0 Signed-off-by: ChengHao Yang <17496418+tico88612@users.noreply.github.com> --------- Signed-off-by: ChengHao Yang <17496418+tico88612@users.noreply.github.com> Signed-off-by: ChengHao Yang
This commit is contained in:
@@ -9,6 +9,8 @@ platforms:
|
|||||||
vm_memory: 512
|
vm_memory: 512
|
||||||
provisioner:
|
provisioner:
|
||||||
name: ansible
|
name: ansible
|
||||||
|
env:
|
||||||
|
ANSIBLE_ROLES_PATH: ../../../
|
||||||
config_options:
|
config_options:
|
||||||
defaults:
|
defaults:
|
||||||
callbacks_enabled: profile_tasks
|
callbacks_enabled: profile_tasks
|
||||||
|
|||||||
@@ -9,6 +9,8 @@ platforms:
|
|||||||
vm_memory: 512
|
vm_memory: 512
|
||||||
provisioner:
|
provisioner:
|
||||||
name: ansible
|
name: ansible
|
||||||
|
env:
|
||||||
|
ANSIBLE_ROLES_PATH: ../../../
|
||||||
config_options:
|
config_options:
|
||||||
defaults:
|
defaults:
|
||||||
callbacks_enabled: profile_tasks
|
callbacks_enabled: profile_tasks
|
||||||
|
|||||||
@@ -21,6 +21,8 @@ platforms:
|
|||||||
vm_memory: 512
|
vm_memory: 512
|
||||||
provisioner:
|
provisioner:
|
||||||
name: ansible
|
name: ansible
|
||||||
|
env:
|
||||||
|
ANSIBLE_ROLES_PATH: ../../../
|
||||||
config_options:
|
config_options:
|
||||||
defaults:
|
defaults:
|
||||||
callbacks_enabled: profile_tasks
|
callbacks_enabled: profile_tasks
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
-r ../requirements.txt
|
-r ../requirements.txt
|
||||||
distlib==0.4.0 # required for building collections
|
distlib==0.4.0 # required for building collections
|
||||||
molecule==25.1.0
|
molecule==25.12.0
|
||||||
pytest-testinfra==10.2.2
|
pytest-testinfra==10.2.2
|
||||||
|
|||||||
Reference in New Issue
Block a user