Skip to content

Required packages not installed by role #29

Open
@velis74

Description

@velis74

Just reporting after having finished provisioning using this role.
I had to add the following section to the task provisioning vm hosts:

  pre_tasks:
    - name: VM hosts required packages
      apt:
        pkg:
          - python3-libvirt
          - python3-lxml

This is ubuntu 18.04 network install with sshd only. The host provisioning step is preceded by some general configuration, including installing some packages already, so I'm not sure if these two are all that is needed.

If these are not installed, various steps within the role will fail at some point or another.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions