collection 교체

This commit is contained in:
정훈 변
2024-02-23 16:37:40 +09:00
parent b494779b5b
commit 3fd554eee9
38862 changed files with 220204 additions and 6600073 deletions

View File

@@ -1,2 +1,6 @@
shippable/posix/group2
# Copyright (c) Ansible Project
# GNU General Public License v3.0+ (see LICENSES/GPL-3.0-or-later.txt or https://www.gnu.org/licenses/gpl-3.0.txt)
# SPDX-License-Identifier: GPL-3.0-or-later
azp/posix/2
skip/aix

View File

@@ -1,8 +1,13 @@
---
####################################################################
# WARNING: These are designed specifically for Ansible tests #
# and should not be used as examples of how to write Ansible roles #
####################################################################
# Copyright (c) Ansible Project
# GNU General Public License v3.0+ (see LICENSES/GPL-3.0-or-later.txt or https://www.gnu.org/licenses/gpl-3.0.txt)
# SPDX-License-Identifier: GPL-3.0-or-later
- name: Send a magic Wake-on-LAN packet to 00:00:5E:00:53:66
wakeonlan:
mac: 00:00:5E:00:53:66
@@ -17,7 +22,7 @@
wakeonlan:
mac: 00-00-5E-00-53-66-AB
port: 9
ignore_errors: yes
ignore_errors: true
register: incorrect_mac_length
- name: Check error message
@@ -30,7 +35,7 @@
wakeonlan:
mac: ZW-YX-WV-UT-SR-QP
port: 9
ignore_errors: yes
ignore_errors: true
register: incorrect_mac_format
- name: Check error message
@@ -43,7 +48,7 @@
wakeonlan:
mac: 00-00-5E-00-53-66
broadcast: 345.567.678.890
ignore_errors: yes
ignore_errors: true
register: incorrect_broadcast_address
- name: Check error message