Skip to content

Commit

Permalink
Merge pull request #20 from OsgiliathEnterprise/unarchive
Browse files Browse the repository at this point in the history
build only when merge to master
  • Loading branch information
Tcharl authored Jan 2, 2021
2 parents 98d0206 + 8b1d55f commit 1aeccbd
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 13 deletions.
3 changes: 3 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,3 +39,6 @@ install:
- sudo chmod o+rwx /var/run/libvirt/libvirt-sock

script: travis_wait 30 molecule test --scenario-name kvm
branches:
only:
- master
2 changes: 1 addition & 1 deletion meta/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ galaxy_info:
platforms:
- name: Fedora
versions:
- 31
- 33
# - 25
# - name: SomePlatform
# versions:
Expand Down
4 changes: 0 additions & 4 deletions molecule/default/molecule.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,6 @@ platforms:
- "persistent_storage.size = 4000"
- "persistent_storage.mount = false"
- "persistent_storage.diskdevice = '/dev/sdb'"
volumes:
- /sys/fs/cgroup:/sys/fs/cgroup:ro
privileged: yes
pre_build_image: yes
provisioner:
name: ansible
env:
Expand Down
8 changes: 0 additions & 8 deletions tasks/network.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,14 +39,6 @@
var: currentvmnetinfo
verbosity: 1

- name: ansible-virtualization | stop firewalld service
service:
name: firewalld
state: stopped
become: yes
failed_when: false
# see https://bugzilla.redhat.com/show_bug.cgi?id=1697636

- name: ansible-virtualization-guest | network | configure permanent ip
virt_net:
name: "{{ nic.network }}"
Expand Down

0 comments on commit 1aeccbd

Please sign in to comment.