Git Product home page Git Product logo

Comments (5)

oloc avatar oloc commented on September 3, 2024

As I understand I need to convert my playbooks from

  - role: ansible-manage-lvm
    manage_lvm: true
    lvm_groups:
    - vgname: vg01
      disks: "{{ disks }}"

to

  - role: ansible-manage-lvm
    manage_lvm: true
    lvm_groups:
    - vgname: vg01
      disks:
      - "{{ disks }}"

from ansible-manage-lvm.

mrlesmithjr avatar mrlesmithjr commented on September 3, 2024

@oloc Sorry about that. Trying to make this more efficient. Below is an example of the way the new vars work:

  - role: ansible-manage-lvm
    manage_lvm: true
    lvm_groups:
     - vgname: vg01
       disks:
         - /dev/sda5
         - /dev/sdc
         - /dev/sdd

If this does not work for you there are previous releases which use the old way. Hopefully one of these will work for you.

from ansible-manage-lvm.

sidewinder12s avatar sidewinder12s commented on September 3, 2024

Ran into this as well. I'd say you can probably close this since the docs are up to date and people can use the old version if they wish. Maybe just call the change out in a changelog or something?

Thanks for the role 👍

from ansible-manage-lvm.

mrlesmithjr avatar mrlesmithjr commented on September 3, 2024

That is a great idea. I will update some docs/changelog info before closing. And hopefully has not caused too many issues.

Glad you found good use of this role. So thanks!

from ansible-manage-lvm.

stale avatar stale commented on September 3, 2024

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

from ansible-manage-lvm.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.