Skip to content

Commit

Permalink
Gather local facts where ansible_local.bootc is used
Browse files Browse the repository at this point in the history
Signed-off-by: James Slagle <[email protected]>
  • Loading branch information
slagle committed Jan 22, 2025
1 parent 1f35c2e commit 3aa0b70
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions roles/edpm_logrotate_crond/tasks/install.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,12 @@
# License for the specific language governing permissions and limitations
# under the License.


- name: Gather local facts
ansible.builtin.setup:
gather_subset:
- "local"

- name: Install cronie
become: true
ansible.builtin.dnf:
Expand Down

0 comments on commit 3aa0b70

Please sign in to comment.