Write update_cache true rather than yes
This commit is contained in:
parent
b420d31b2f
commit
ac3d2dee23
12 changed files with 14 additions and 14 deletions
|
@ -5,7 +5,7 @@
|
||||||
apt:
|
apt:
|
||||||
name: apt-listchanges
|
name: apt-listchanges
|
||||||
state: present
|
state: present
|
||||||
update_cache: yes
|
update_cache: true
|
||||||
|
|
||||||
# Send email when there is something new
|
# Send email when there is something new
|
||||||
- name: Configure apt-listchanges
|
- name: Configure apt-listchanges
|
||||||
|
|
|
@ -5,7 +5,7 @@
|
||||||
apt:
|
apt:
|
||||||
name: "{{ packages }}"
|
name: "{{ packages }}"
|
||||||
state: present
|
state: present
|
||||||
update_cache: yes
|
update_cache: true
|
||||||
vars:
|
vars:
|
||||||
packages:
|
packages:
|
||||||
- bash-completion # for bash users
|
- bash-completion # for bash users
|
||||||
|
|
|
@ -5,7 +5,7 @@
|
||||||
apt:
|
apt:
|
||||||
name: molly-guard
|
name: molly-guard
|
||||||
state: present
|
state: present
|
||||||
update_cache: yes
|
update_cache: true
|
||||||
|
|
||||||
# Always ask for hostname
|
# Always ask for hostname
|
||||||
- name: Configure molly-guard
|
- name: Configure molly-guard
|
||||||
|
|
|
@ -14,7 +14,7 @@
|
||||||
apt:
|
apt:
|
||||||
name: "{{ item }}"
|
name: "{{ item }}"
|
||||||
state: present
|
state: present
|
||||||
update_cache: yes
|
update_cache: true
|
||||||
with_items:
|
with_items:
|
||||||
- git
|
- git
|
||||||
- nodejs
|
- nodejs
|
||||||
|
|
|
@ -23,4 +23,4 @@
|
||||||
- name: Install DokuWiki
|
- name: Install DokuWiki
|
||||||
apt:
|
apt:
|
||||||
name: dokuwiki
|
name: dokuwiki
|
||||||
update_cache: yes
|
update_cache: true
|
||||||
|
|
|
@ -14,7 +14,7 @@
|
||||||
apt:
|
apt:
|
||||||
name: "{{ item }}"
|
name: "{{ item }}"
|
||||||
state: present
|
state: present
|
||||||
update_cache: yes
|
update_cache: true
|
||||||
with_items:
|
with_items:
|
||||||
- build-essential
|
- build-essential
|
||||||
- curl
|
- curl
|
||||||
|
|
|
@ -4,7 +4,7 @@
|
||||||
apt:
|
apt:
|
||||||
name: "{{ item }}"
|
name: "{{ item }}"
|
||||||
state: present
|
state: present
|
||||||
update_cache: yes
|
update_cache: true
|
||||||
with_items:
|
with_items:
|
||||||
- nslcd
|
- nslcd
|
||||||
- libnss-ldapd
|
- libnss-ldapd
|
||||||
|
@ -16,7 +16,7 @@
|
||||||
# apt:
|
# apt:
|
||||||
# name: nscd
|
# name: nscd
|
||||||
# state: present
|
# state: present
|
||||||
# update_cache: yes
|
# update_cache: true
|
||||||
|
|
||||||
# Configure /etc/nslcd.conf
|
# Configure /etc/nslcd.conf
|
||||||
- name: Configure nslcd LDAP credentials
|
- name: Configure nslcd LDAP credentials
|
||||||
|
|
|
@ -4,7 +4,7 @@
|
||||||
apt:
|
apt:
|
||||||
name: slapd
|
name: slapd
|
||||||
state: present
|
state: present
|
||||||
update_cache: yes
|
update_cache: true
|
||||||
|
|
||||||
# What is written after is really not a nice way to install a schema
|
# What is written after is really not a nice way to install a schema
|
||||||
# because the LDAP is being flushed away always...
|
# because the LDAP is being flushed away always...
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
- name: Install apt-transport-https
|
- name: Install apt-transport-https
|
||||||
apt:
|
apt:
|
||||||
name: apt-transport-https
|
name: apt-transport-https
|
||||||
update_cache: yes
|
update_cache: true
|
||||||
|
|
||||||
# Add the repository into source list
|
# Add the repository into source list
|
||||||
- name: Configure riot repository
|
- name: Configure riot repository
|
||||||
|
@ -20,7 +20,7 @@
|
||||||
- name: Install riot-web
|
- name: Install riot-web
|
||||||
apt:
|
apt:
|
||||||
name: riot-web
|
name: riot-web
|
||||||
update_cache: yes
|
update_cache: true
|
||||||
|
|
||||||
# Install nginx
|
# Install nginx
|
||||||
- name: Install nginx
|
- name: Install nginx
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
- name: Install matrix-synapse
|
- name: Install matrix-synapse
|
||||||
apt:
|
apt:
|
||||||
name: matrix-synapse
|
name: matrix-synapse
|
||||||
update_cache: yes
|
update_cache: true
|
||||||
default_release: stretch-backports
|
default_release: stretch-backports
|
||||||
|
|
||||||
- name: Configure matrix-synapse
|
- name: Configure matrix-synapse
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
- name: Install NGINX server
|
- name: Install NGINX server
|
||||||
apt:
|
apt:
|
||||||
name: nginx
|
name: nginx
|
||||||
update_cache: yes
|
update_cache: true
|
||||||
|
|
||||||
# Install sites
|
# Install sites
|
||||||
- name: Configure NGINX sites
|
- name: Configure NGINX sites
|
||||||
|
|
|
@ -7,5 +7,5 @@
|
||||||
- name: Upgrade
|
- name: Upgrade
|
||||||
apt:
|
apt:
|
||||||
upgrade: dist
|
upgrade: dist
|
||||||
update_cache: yes
|
update_cache: true
|
||||||
cache_valid_time: 86400 # one day
|
cache_valid_time: 86400 # one day
|
||||||
|
|
Loading…
Reference in a new issue