We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4a7989e commit ee33919Copy full SHA for ee33919
molecule/vagrant/molecule.yml
@@ -10,10 +10,10 @@ driver:
10
lint:
11
name: yamllint
12
platforms:
13
- # - name: bootstrap-debian
14
- # box: debian/stretch64
15
- # - name: bootstrap-fedora
16
- # box: fedora/29-cloud-base
+ - name: bootstrap-debian
+ box: debian/stretch64
+ - name: bootstrap-fedora
+ box: fedora/29-cloud-base
17
- name: bootstrap-openbsd
18
box: generic/openbsd6
19
provisioner:
@@ -29,7 +29,3 @@ provisioner:
29
ansible_python_interpreter: /usr/local/bin/python3
30
scenario:
31
name: vagrant
32
-# verifier:
33
-# name: goss
34
-# lint:
35
-# name: yamllint
0 commit comments