Skip to content

Commit

Permalink
Revert "build-collection.yml: Add fix for version 1.5.0"
Browse files Browse the repository at this point in the history
This reverts commit c6a1ac2.
  • Loading branch information
0xFelix committed Jul 17, 2024
1 parent c6a1ac2 commit 4852089
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions build-collection.yml
Original file line number Diff line number Diff line change
Expand Up @@ -83,14 +83,9 @@
gather_facts: false
hosts: localhost
tasks:
- name: Fix too long line in 1.5.0
ansible.builtin.lineinfile:
path: "{{ downstream_project }}/plugins/inventory/kubevirt.py"
regexp: "^ msg=\"The 'connections' parameter is deprecated and starting with version"
line: " msg=\"The 'connections' parameter is deprecated and starting with version 2.0.0 of redhat.openshift_virtualization\"\n + \"supports only a single entry.\","
- name: Fix changelog line
ansible.builtin.lineinfile:
path: "{{ downstream_project }}/docs/CHANGELOG.md"
path: "{{ downstream_project}}/docs/CHANGELOG.md"
regexp: '^- Add redhat\\_vm\\_info'
line: '- Add kubevirt\_vm\_info module to describe existing VirtualMachines'
- name: Find test file to migrate to downstream collection
Expand Down

0 comments on commit 4852089

Please sign in to comment.