forked from bitlair/ansible
Owner/group strings
This commit is contained in:
parent
77c1732623
commit
a30d388422
21 changed files with 73 additions and 73 deletions
|
@ -18,8 +18,8 @@
|
|||
ansible.builtin.template:
|
||||
src: generic.service
|
||||
dest: /etc/systemd/system/irc-bot.service
|
||||
owner: root
|
||||
group: root
|
||||
owner: "root"
|
||||
group: "root"
|
||||
mode: "0644"
|
||||
vars:
|
||||
description: Bitlair IRC bot
|
||||
|
@ -42,8 +42,8 @@
|
|||
ansible.builtin.template:
|
||||
src: irc-photos.sh
|
||||
dest: /var/lib/irc-helpers/photos.sh
|
||||
owner: root
|
||||
group: root
|
||||
owner: "root"
|
||||
group: "root"
|
||||
mode: "0755"
|
||||
notify: Restart irc-photos
|
||||
|
||||
|
@ -51,8 +51,8 @@
|
|||
ansible.builtin.template:
|
||||
src: generic.service
|
||||
dest: /etc/systemd/system/irc-photos.service
|
||||
owner: root
|
||||
group: root
|
||||
owner: "root"
|
||||
group: "root"
|
||||
mode: "0644"
|
||||
vars:
|
||||
description: Bitlair IRC photos notification
|
||||
|
@ -71,8 +71,8 @@
|
|||
ansible.builtin.template:
|
||||
src: irc-doorduino.sh
|
||||
dest: /var/lib/irc-helpers/doorduino.sh
|
||||
owner: root
|
||||
group: root
|
||||
owner: "root"
|
||||
group: "root"
|
||||
mode: "0755"
|
||||
notify: Restart irc-doorduino
|
||||
|
||||
|
@ -80,8 +80,8 @@
|
|||
ansible.builtin.template:
|
||||
src: generic.service
|
||||
dest: /etc/systemd/system/irc-doorduino.service
|
||||
owner: root
|
||||
group: root
|
||||
owner: "root"
|
||||
group: "root"
|
||||
mode: "0644"
|
||||
vars:
|
||||
description: Bitlair IRC doorduino notification
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue