Replace 'yes' by 'true'

This commit is contained in:
Alexandre Iooss 2019-03-12 17:04:06 +01:00
parent 431b063db7
commit 5dfd8eacc5
6 changed files with 10 additions and 10 deletions

View file

@ -22,4 +22,4 @@
- /usr/bin/chfn # With re2o
- /bin/mount # Only root should mount
- /bin/umount # Only root should umount
ignore_errors: yes # Sometimes file won't exist
ignore_errors: true # Sometimes file won't exist

View file

@ -3,7 +3,7 @@
- name: Create CodiMD system group
group:
name: codimd
system: yes
system: true
state: present
# Security #2
@ -13,7 +13,7 @@
group: codimd
home: /var/local/codimd
comment: CodiMD
system: yes
system: true
state: present
# Security #3

View file

@ -3,7 +3,7 @@
- name: Create EtherPad system group
group:
name: etherpad
system: yes
system: true
state: present
# Security #2
@ -13,7 +13,7 @@
group: etherpad
home: /var/local/etherpad
comment: EtherPad
system: yes
system: true
state: present
# Security #3

View file

@ -51,7 +51,7 @@
path: "{{ item }}"
owner: openldap
group: openldap
recurse: yes
recurse: true
with_items:
- '/var/lib/ldap'
- '/etc/ldap/slapd.d'

View file

@ -3,7 +3,7 @@
- name: Create matrix-appservice-discord system group
group:
name: matrix-appservice-discord
system: yes
system: true
state: present
# Security #2
@ -13,7 +13,7 @@
group: matrix-appservice-discord
home: /var/local/matrix-appservice-discord
comment: Matrix Appservice Discord
system: yes
system: true
state: present
# Security #3

View file

@ -3,7 +3,7 @@
- name: Create matrix-appservice-irc system group
group:
name: matrix-appservice-irc
system: yes
system: true
state: present
# Security #2
@ -13,7 +13,7 @@
group: matrix-appservice-irc
home: /var/local/matrix-appservice-irc
comment: Matrix Appservice IRC
system: yes
system: true
state: present
# Security #3