Le 2021-10-12 12:25, dulhaver via Ansible Project a écrit :
I have a task to resize a logical volume on a rhel8 target with the
lvol module.

 1. I get prompted 'Failed to find required executable parted'

 2. trying to install it with dnf module tells me 'parted does not
exist'

 3. trying gparted alternatively gives me a whole bndh of missing
dependencies

 msg: |-
Depsolve Error occured:
Problem: conflicting requests
- nothing provides libglibmm-2.4.so.1()(64bit) needed by
gparted-1.2.0-1.el8.x86_64
- nothing provides libsigc-2.0.so.0()(64bit) needed by
gparted-1.2.0-1.el8.x86_64
- nothing provides libgiomm-2.4.so.1()(64bit) needed by
gparted-1.2.0-1.el8.x86_64
- nothing provides libparted.so.2()(64bit) needed by
gparted-1.2.0-1.el8.x86_64
- nothing provides libparted-fs-resize.so.0()(64bit) needed by
gparted-1.2.0-1.el8.x86_64
- nothing provides
libparted-fs-resize.so.0(LIBPARTED_FS_RESIZE_0.0.0)(64bit) needed by
gparted-1.2.0-1.el8.x86_64
- nothing provides libatkmm-1.6.so.1()(64bit) needed by
gparted-1.2.0-1.el8.x86_64
- nothing provides libcairomm-1.0.so.1()(64bit) needed by
gparted-1.2.0-1.el8.x86_64
- nothing provides libgdkmm-3.0.so.1()(64bit) needed by
gparted-1.2.0-1.el8.x86_64
- nothing provides libgtkmm-3.0.so.1()(64bit) needed by
gparted-1.2.0-1.el8.x86_64
- nothing provides libpangomm-1.4.so.1()(64bit) needed by
gparted-1.2.0-1.el8.x86_64
rc: 1
results: []

 my understanding was that gparted the gui version of parted (but that
easily might be worng understanding on my part)

 can anybody point out where I am taking a wrong turn here and push me
into the right direction?



parted package is available. You probably are doing something wrong
A "dnf update" and "dnf install parted" should work !


Regards,


--
Jean-Yves LENHOF

--
You received this message because you are subscribed to the Google Groups "Ansible 
Project" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to ansible-project+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/ansible-project/c042920bf2e53c208bbf1b5a4c19e155%40lenhof.eu.org.

Reply via email to