Skip to content

Commit cb530fc

Browse files
author
Dmitriy Rabotyagov
committed
Reflect repo rename
1 parent 7b64a5f commit cb530fc

File tree

4 files changed

+12
-5
lines changed

4 files changed

+12
-5
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
ansible-pacemaker-corosync role [![Build Status](https://travis-ci.org/noonedeadpunk/ansible-pacemaker-corosync.svg?branch=master)](https://travis-ci.org/noonedeadpunk/ansible-pacemaker-corosync)
1+
ansible-role-pacemaker_corosync [![Build Status](https://travis-ci.org/noonedeadpunk/ansible-role-pacemaker_corosync.svg?branch=master)](https://travis-ci.org/noonedeadpunk/ansible-role-pacemaker_corosync)
22
===============================
33

4-
Deploys corosync/pacemaker
4+
Deploys corosync/pacemaker
55

66
# Variables
77

examples/play.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
---
2+
3+
- name: Install pacemaker-corosync
4+
hosts: "{{ pacemaker_corosync_group }}"
5+
become: true
6+
roles:
7+
- pacemaker_corosync

molecule/default/converge.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,6 @@
3939
- name: Include keepalived vars
4040
include_vars: "tests/pacemaker_corosync_local.yml"
4141

42-
- name: "Include ansible-pacemaker-corosync"
42+
- name: "Include ansible-role-pacemaker-corosync"
4343
include_role:
44-
name: "ansible-pacemaker-corosync"
44+
name: "ansible-role-pacemaker_corosync"

molecule/default/molecule.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
lint: |
33
set -e
44
yamllint .
5-
ansible-lint -vv --exclude=.tox -x 204,208,106
5+
ansible-lint -vv --exclude=.tox -x 204,208
66
dependency:
77
name: galaxy
88
driver:

0 commit comments

Comments
 (0)