Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Islandora-Devops.grok - deprecations #1251

Closed
ruebot opened this issue Aug 16, 2019 · 1 comment
Closed

Islandora-Devops.grok - deprecations #1251

ruebot opened this issue Aug 16, 2019 · 1 comment

Comments

@ruebot
Copy link
Member

ruebot commented Aug 16, 2019

Noting these deprecation notices that pop up during a build:

TASK [Islandora-Devops.grok : Install Grok dependencies (apt)] *****************
Friday 16 August 2019  12:36:28 -0400 (0:00:00.033)       0:54:49.202 ********* 
[DEPRECATION WARNING]: Invoking "apt" only once while using a loop via 
squash_actions is deprecated. Instead of using a loop to supply multiple items 
and specifying `name: "{{ item }}"`, please use `name: ['cmake', 'libpng-dev', 
'libtiff-dev', 'liblcms2-dev']` and remove the loop. This feature will be 
removed in version 2.11. Deprecation warnings can be disabled by setting 
deprecation_warnings=False in ansible.cfg.
changed: [default] => (item=[u'cmake', u'libpng-dev', u'libtiff-dev', u'liblcms2-dev'])
TASK [Islandora-Devops.grok : Install Grok dependencies (yum)] *****************
Friday 16 August 2019  12:36:39 -0400 (0:00:11.281)       0:55:00.484 ********* 
[DEPRECATION WARNING]: Invoking "yum" only once while using a loop via 
squash_actions is deprecated. Instead of using a loop to supply multiple items 
and specifying `name: "{{ item }}"`, please use `name: ['cmake3', 'libpng-
devel', 'libtiff-devel', 'lcms2-devel']` and remove the loop. This feature will
 be removed in version 2.11. Deprecation warnings can be disabled by setting 
deprecation_warnings=False in ansible.cfg.
skipping: [default] => (item=[]) 
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant