Skip to content

Commit 7654ea1

Browse files
committed
Add default remote install windows molecule test
1 parent e3c3ae7 commit 7654ea1

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/ansible.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -247,6 +247,7 @@ jobs:
247247
- "2022"
248248
scenario:
249249
- default
250+
- default_install_remote_version
250251
- custom_vars
251252
- with_instrumentation
252253
steps:

deployments/ansible/molecule/default_install_remote_version/converge.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
- name: Converge scenario with the default configuration
2+
- name: Converge scenario with the default configuration and remote version
33
hosts: all
44
become: yes
55
vars:

0 commit comments

Comments
 (0)