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
274c66b4
Unverified
Commit
274c66b4
authored
Jul 13, 2020
by
Marc Crebassa
Committed by
GitHub
Jul 13, 2020
Browse files
Merge pull request #95 from DO1JLR/403
Package installs should not use latest
parents
e2f74e1e
896217c1
Changes
2
Hide whitespace changes
Inline
Side-by-side
tasks/php_install.yml
View file @
274c66b4
...
...
@@ -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 @
274c66b4
...
...
@@ -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