fix(lint): ignore unavailable fqcn

We still use an older version of ansible, so thats fine.
This commit is contained in:
Saibotk 2024-07-04 17:50:07 +02:00
parent 2020e45f2b
commit 505e3a4832
Signed by: saibotk
GPG key ID: 67585F0065E261D5
2 changed files with 3 additions and 3 deletions

View file

@ -17,7 +17,7 @@
# You should have received a copy of the GNU General Public License
# along with this program. If not, see <http://www.gnu.org/licenses/>.
- name: Install EPEL repository package
- name: Install EPEL repository package # noqa fqcn
ansible.builtin.yum:
name: epel-release
state: present

View file

@ -18,7 +18,7 @@
# along with this program. If not, see <http://www.gnu.org/licenses/>.
#
- name: Upgrade all packages (RedHat-common)
- name: Upgrade all packages (RedHat-common) # noqa fqcn
ansible.builtin.yum:
name: "*"
state: latest # noqa package-latest