diff --git a/roles/epel/tasks/main.yml b/roles/epel/tasks/main.yml index ce92d87..77302cd 100644 --- a/roles/epel/tasks/main.yml +++ b/roles/epel/tasks/main.yml @@ -17,7 +17,7 @@ # You should have received a copy of the GNU General Public License # along with this program. If not, see . -- name: Install EPEL repository package +- name: Install EPEL repository package # noqa fqcn ansible.builtin.yum: name: epel-release state: present diff --git a/roles/sys_upgrade/tasks/RedHat.yml b/roles/sys_upgrade/tasks/RedHat.yml index 8e6a7a3..1990d58 100644 --- a/roles/sys_upgrade/tasks/RedHat.yml +++ b/roles/sys_upgrade/tasks/RedHat.yml @@ -18,10 +18,10 @@ # along with this program. If not, see . # -- name: Upgrade all packages (RedHat-common) +- name: Upgrade all packages (RedHat-common) # noqa fqcn ansible.builtin.yum: name: "*" - state: latest # noqa package-latest + state: latest # noqa package-latest update_cache: true tags: - yum