Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
LQDN Adminsys
piops-roles
install_nextcloud
Commits
896217c1
Unverified
Commit
896217c1
authored
Mar 30, 2020
by
L3D
Committed by
Lilian Roller
Mar 30, 2020
Browse files
Package installs should not use latest
fixed ansible lint warning: ``` [403] Package installs should not use latest ```
parent
798606cb
Changes
2
Hide whitespace changes
Inline
Side-by-side
tasks/php_install.yml
View file @
896217c1
...
...
@@ -56,7 +56,7 @@
-
name
:
"
[INSTALL]
-
Install
APCu
from
backports."
package
:
name
:
"
{{
php_pkg_apcu
}}"
state
:
lates
t
state
:
presen
t
default_release
:
trusty-backports
when
:
ansible_distribution_release == "trusty"
...
...
tests/test.yml
View file @
896217c1
...
...
@@ -9,8 +9,12 @@
apt
:
update_cache=yes cache_valid_time=600
when
:
ansible_os_family == 'Debian'
changed_when
:
false
-
name
:
update ca-certs
apt
:
name=ca-certificates state=latest
apt
:
name
:
ca-certificates
state
:
present
-
block
:
-
name
:
Remove default travis databases
package
:
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment