You've already forked ansible-role-common
Update fixing deprecation warning
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user