cisagov / skeleton-ansible-role

A skeleton project for quickly getting a new cisagov Ansible role started.
Creative Commons Zero v1.0 Universal
7 stars 6 forks source link

Add logic to wait for `systemd` initialization to complete on Fedora #200

Closed jsf9k closed 6 days ago

jsf9k commented 5 months ago

๐Ÿ—ฃ Description

This pull request adds logic to the prepare.yml playbook to wait for systemd initialization to complete on Fedora platforms.

๐Ÿ’ญ Motivation and context

Now that we always run systemd-enabled Docker images for our Molecule testing it makes sense to always do this.

๐Ÿงช Testing

All automated tests pass.

โœ… Pre-approval checklist