Update fixing deprecation warning
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2022-11-01 23:09:42 +13:00
parent b0d8b5f6b3
commit 0314038407

View File

@@ -1,6 +1,6 @@
---
# tasks file for common role
- include: networking.yml
- include_tasks: networking.yml
- name: Ensure common packages (RHEL)
yum:
@@ -70,6 +70,6 @@
changed_when: false
tags: rootpw
- include: grub.yml
- include: communication.yml
- include: motd.yml
- include_tasks: grub.yml
- include_tasks: communication.yml
- include_tasks: motd.yml