🚨 group: all: Fix fqcn linter warnings

WARNING  Listing 3 violation(s) that are fatal
    fqcn[action-core]: Use FQCN for builtin module actions (apt).
    group-all.yml:16 Use `ansible.builtin.apt` or `ansible.legacy.apt` instead.

    fqcn[action-core]: Use FQCN for builtin module actions (apt).
    group-all.yml:23 Use `ansible.builtin.apt` or `ansible.legacy.apt` instead.

    fqcn[action-core]: Use FQCN for builtin module actions (include_role).
    group-all.yml:28 Use `ansible.builtin.include_role` or `ansible.legacy.include_role` instead.

    Read documentation for instructions on how to ignore specific rule violations.

                     Rule Violation Summary
     count tag               profile    rule associated tags
         3 fqcn[action-core] production formatting

    Failed after shared profile, 4/5 star rating: 3 failure(s), 0 warning(s) on 135 files.
This commit is contained in:
Alexander Dahl 2025-03-09 18:59:22 +01:00
parent 2b9b1d1c39
commit 6f1e80493a

View file

@ -14,19 +14,19 @@
tasks: tasks:
- name: Update and clean package cache - name: Update and clean package cache
apt: ansible.builtin.apt:
update_cache: true update_cache: true
cache_valid_time: 3600 cache_valid_time: 3600
autoclean: true autoclean: true
changed_when: false changed_when: false
- name: Ensure unattended-upgrades is installed and up to date - name: Ensure unattended-upgrades is installed and up to date
apt: ansible.builtin.apt:
name: unattended-upgrades name: unattended-upgrades
state: present state: present
- name: Setup unattended-upgrades - name: Setup unattended-upgrades
include_role: ansible.builtin.include_role:
name: hifis.unattended_upgrades name: hifis.unattended_upgrades
vars: vars:
unattended_origins_patterns: unattended_origins_patterns: