Skip to content

Commit e30f1ce

Browse files
committed
[skip travis] update to the last fedora version
1 parent 46215f8 commit e30f1ce

File tree

4 files changed

+8
-12
lines changed

4 files changed

+8
-12
lines changed

molecule/default/converge.yml

+2-4
Original file line numberDiff line numberDiff line change
@@ -26,11 +26,9 @@
2626
netmask: 255.255.255.0
2727
dhcp_start: 192.168.1.100
2828
dhcp_end: 192.168.1.200
29+
roles:
30+
- role: tcharl.ansible_role_libvirt_host
2931
tasks:
30-
- name: "Include ansible-role-libvirt-host"
31-
include_role:
32-
name: "ansible-role-libvirt-host"
33-
3432
- name: "Post converge - Install vagrant"
3533
package:
3634
name:

molecule/default/molecule.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ lint: |
1515
ANSIBLE_ROLES_PATH=${MOLECULE_PROJECT_DIRECTORY}/../community ANSIBLE_COLLECTIONS_PATH=${MOLECULE_PROJECT_DIRECTORY}/../community-collections ansible-lint
1616
platforms:
1717
- name: Fedora-Molecule-libvirt-host
18-
box: fedora/34-cloud-base
18+
box: fedora/35-cloud-base
1919
provider_options:
2020
cpus: 4
2121
memory: 8092
@@ -31,7 +31,7 @@ platforms:
3131
provisioner:
3232
name: ansible
3333
env:
34-
ANSIBLE_ROLES_PATH: ${MOLECULE_PROJECT_DIRECTORY}/../community:${ANSIBLE_ROLES_PATH}:${MOLECULE_PROJECT_DIRECTORY}/..
34+
ANSIBLE_ROLES_PATH: "${MOLECULE_PROJECT_DIRECTORY}/..:${MOLECULE_PROJECT_DIRECTORY}/../community:${ANSIBLE_ROLES_PATH}"
3535
verifier:
3636
name: testinfra
3737
env:

molecule/kvm/converge.yml

+2-4
Original file line numberDiff line numberDiff line change
@@ -22,11 +22,9 @@
2222
- name: ansible-virtualization-bridge
2323
mode: bridge
2424
bridge: bridge0
25+
roles:
26+
- role: tcharl.ansible_role_libvirt_host
2527
tasks:
26-
- name: "Include ansible-role-libvirt-host"
27-
include_role:
28-
name: "ansible-role-libvirt-host"
29-
3028
- name: "Post converge - Install vagrant"
3129
package:
3230
name:

molecule/kvm/molecule.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ lint: |
1515
ANSIBLE_ROLES_PATH=${MOLECULE_PROJECT_DIRECTORY}/../community ANSIBLE_COLLECTIONS_PATH=${MOLECULE_PROJECT_DIRECTORY}/../community-collections ansible-lint
1616
platforms:
1717
- name: Fedora-Molecule-libvirt-host
18-
box: fedora/34-cloud-base
18+
box: fedora/35-cloud-base
1919
provider_options:
2020
driver: '"kvm"'
2121
cpus: 2
@@ -31,7 +31,7 @@ provisioner:
3131
pipelining: true
3232
ssh_args: -o ControlMaster=auto -o ControlPersist=600s
3333
env:
34-
ANSIBLE_ROLES_PATH: ${MOLECULE_PROJECT_DIRECTORY}/../community:${ANSIBLE_ROLES_PATH}:${MOLECULE_PROJECT_DIRECTORY}/..
34+
ANSIBLE_ROLES_PATH: "${MOLECULE_PROJECT_DIRECTORY}/..:${MOLECULE_PROJECT_DIRECTORY}/../community:${ANSIBLE_ROLES_PATH}"
3535
verifier:
3636
name: testinfra
3737
env:

0 commit comments

Comments
 (0)