View Issue Details

IDProjectCategoryView StatusLast Update
0000319AlmaLinux-9-OTHERpublic2022-11-02 08:09
Reportergokusan31 Assigned To 
PrioritynormalSeveritymajorReproducibilityalways
Status newResolutionopen 
Summary0000319: ansible-vault requires the cryptography library in order to function
DescriptionWhen i try to use ansible-vault command on a fresh installed AlmaLinux 9 node i got an error: "ansible-vault requires the cryptography library in order to function"

Ansible installed with dnf command from almalinux repo.

$ ansible --version
ansible [core 2.12.2]
  config file = /home/xxxxx/ansible/ansible.cfg
  configured module search path = ['/home/xxxx/.ansible/plugins/modules', '/usr/share/ansible/plugins/modules']
  ansible python module location = /usr/lib/python3.9/site-packages/ansible
  ansible collection location = /home/xxxx/.ansible/collections
  executable location = /usr/bin/ansible
  python version = 3.9.10 (main, Feb 9 2022, 00:00:00) [GCC 11.2.1 20220127 (Red Hat 11.2.1-9)]
  jinja version = 2.11.3
  libyaml = True

OS / Environment:
AlmaLinux 9
Python crypto Library:
python3-cffi-1.14.5-5.el9.x86_64
python3-cryptography-36.0.1-1.el9_0.x86_64


Error:

fatal: [xxxx]: FAILED! => {
    "ansible_facts": {},
    "ansible_included_var_files": [],
    "changed": false,
    "message": "ansible-vault requires the cryptography library in order to function"
}
TagsNo tags attached.

Activities

There are no notes attached to this issue.

Issue History

Date Modified Username Field Change
2022-11-02 08:09 gokusan31 New Issue