Execution
Date 12 Sep 2025 10:23:51 +0100
Duration 00:00:34.32
Controller ssh-gw-4.layershift.com
User root
Versions
Ansible 2.16.11
ara 1.7.3 / 1.7.3
Python 3.10.10
Summary
43 Hosts
1 Tasks
43 Results
1 Plays
1 Files
0 Records

File: /home/ssh-gateway/ansible/kuly/zz-dnf-check-update.yaml

1
2
3
4
5
6
7
8
---
- name: Refresh dnf metadata and check for updates
  hosts: all
  gather_facts: false
  tasks:
    - name: Refresh dnf cache
      ansible.builtin.dnf:
        update_cache: true