galaxyproject / ansible-cvmfs

An Ansible role for installing and configuring CernVM-FS (CVMFS)
12 stars 17 forks source link

Fix deprecation warnings #16

Closed natefoo closed 5 years ago

natefoo commented 5 years ago
TASK [galaxyproject.cvmfs : Set facts for CVMFS config repository, if enabled] ***
[DEPRECATION WARNING]: evaluating cvmfs_config_repo as a bare variable, this
behaviour will go away and you might need to add |bool to the expression in the
 future. Also see CONDITIONAL_BARE_VARS configuration toggle.. This feature
will be removed in version 2.12. Deprecation warnings can be disabled by
setting deprecation_warnings=False in ansible.cfg.

TASK [galaxyproject.cvmfs : Install apt dependencies] **************************
[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: ['apt-transport-https',
'ca-certificates']` 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.

TASK [galaxyproject.cvmfs : Install cvmfs_wipecache setuid binary] *************
[DEPRECATION WARNING]: evaluating cvmfs_install_setuid_cvmfs_wipecache as a
bare variable, this behaviour will go away and you might need to add |bool to
the expression in the future. Also see CONDITIONAL_BARE_VARS configuration
toggle.. This feature will be removed in version 2.12. Deprecation warnings can
 be disabled by setting deprecation_warnings=False in ansible.cfg.

TASK [galaxyproject.cvmfs : Install cvmfs_remount_sync setuid binary] **********
[DEPRECATION WARNING]: evaluating cvmfs_install_setuid_cvmfs_remount_sync as a
bare variable, this behaviour will go away and you might need to add |bool to
the expression in the future. Also see CONDITIONAL_BARE_VARS configuration
toggle.. This feature will be removed in version 2.12. Deprecation warnings can
 be disabled by setting deprecation_warnings=False in ansible.cfg.

TASK [galaxyproject.cvmfs : Download cvmfs_preload utility when desired] *******
[DEPRECATION WARNING]: evaluating cvmfs_preload_install as a bare variable,
this behaviour will go away and you might need to add |bool to the expression
in the future. Also see CONDITIONAL_BARE_VARS configuration toggle.. This
feature will be removed in version 2.12. Deprecation warnings can be disabled
by setting deprecation_warnings=False in ansible.cfg.