Skip to content

Commit

Permalink
add missing prepare
Browse files Browse the repository at this point in the history
  • Loading branch information
rpelisse committed Aug 12, 2024
1 parent 30c6bfa commit 7f86882
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions molecule/prepare.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
- name: Prepare
hosts: all
tasks:
- name: "Ensure common prepare phase are executed"
ansible.builtin.include_tasks: common.yml

0 comments on commit 7f86882

Please sign in to comment.