Fix merge
This commit is contained in:
commit
dc78846948
|
@ -9,7 +9,7 @@
|
||||||
mode: 0770
|
mode: 0770
|
||||||
recurse: yes
|
recurse: yes
|
||||||
|
|
||||||
- name: Install znc target
|
- name: Install bzflag target
|
||||||
copy:
|
copy:
|
||||||
dest: /etc/systemd/system/bzflag.service
|
dest: /etc/systemd/system/bzflag.service
|
||||||
content: |
|
content: |
|
||||||
|
@ -27,12 +27,3 @@
|
||||||
|
|
||||||
[Install]
|
[Install]
|
||||||
WantedBy=multi-user.target
|
WantedBy=multi-user.target
|
||||||
|
|
||||||
|
|
||||||
#- name: Install znc user script
|
|
||||||
# copy:
|
|
||||||
# src: ../files/var/lib/znc/create-znc_account.sh
|
|
||||||
## dest: /var/lib/znc/create-znc_account.sh
|
|
||||||
# owner: znc
|
|
||||||
## group: root
|
|
||||||
# mode: 0770
|
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
# Install our baseline packages for all machines, irrespective of what role they might have
|
# Install our shell role packages for all machines
|
||||||
---
|
---
|
||||||
- name: Add apt key for weechat
|
- name: Add apt key for weechat
|
||||||
apt_key:
|
apt_key:
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
# Install our baseline packages for all machines, irrespective of what role they might have
|
# Configure UFW rules
|
||||||
---
|
---
|
||||||
- name: Create UFW tcp rules
|
- name: Create UFW tcp rules
|
||||||
ufw:
|
ufw:
|
||||||
|
|
Loading…
Reference in New Issue