Execution
Date 12 Sep 2025 10:25:44 +0100
Duration 00:01:14.49
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
26 Hosts
1 Tasks
26 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