mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-07-26 16:41:07 +08:00
git/hooks: Only install the batcave certs on batcave, not pkgs
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
This commit is contained in:
@@ -37,6 +37,7 @@
|
||||
- batcave
|
||||
- config
|
||||
- fedora-messaging
|
||||
when: inventory_hostname.startswith('batcave')
|
||||
|
||||
- name: create folder where we'll place the certs
|
||||
file: path=/etc/pki/rabbitmq/ owner=root group=root mode=0755 state=directory
|
||||
@@ -45,6 +46,7 @@
|
||||
- git/hooks
|
||||
- config
|
||||
- fedora-messaging
|
||||
when: inventory_hostname.startswith('batcave')
|
||||
|
||||
- name: install the rabbitmq certificates for batcave
|
||||
copy: src={{ item.src }}
|
||||
@@ -71,6 +73,7 @@
|
||||
- git/hooks
|
||||
- config
|
||||
- fedora-messaging
|
||||
when: inventory_hostname.startswith('batcave')
|
||||
|
||||
- name: install the git hooks
|
||||
copy: src={{item}} dest=/usr/share/git-core/ mode=0755
|
||||
|
||||
Reference in New Issue
Block a user