Skip to content

Commit

Permalink
Try to add molecule/default/playbook.yml with install of cron
Browse files Browse the repository at this point in the history
  • Loading branch information
pwalczysko committed Nov 14, 2024
1 parent ebe1155 commit 0e416ee
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions molecule/default/playbook.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
---
- name: Converge
hosts: all

# If testing in Docker cron won't be installed
pre_tasks:
- name: Install cron
become: true
ansible.builtin.dnf:
update_cache: true
name: cronie
state: present

0 comments on commit 0e416ee

Please sign in to comment.