generated from linux-system-roles/template
-
Notifications
You must be signed in to change notification settings - Fork 24
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
d1f3839
commit faa860f
Showing
4 changed files
with
39 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
# SPDX-License-Identifier: MIT | ||
# This task configures test systems for testing in the CI environment. | ||
# Only use this task for testing. | ||
# This task file resides in `tasks/` so that it can be used from other roles | ||
# with `include_role` with `tasks_from: filename` directly without the need to | ||
# provide a relative path. Providing relative path is problematic with | ||
# collections. | ||
--- | ||
- name: Make sure qnetd is not installed | ||
package: | ||
name: | ||
- corosync-qnetd | ||
state: absent | ||
|
||
- name: Make sure qnetd config files are not present | ||
file: | ||
path: /etc/corosync/qnetd | ||
state: absent |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters