You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When the commando vagrant provision run, currently a deprecated
message is printed for `ìnstall base package`:
[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:
['build-essential',
'libpq-dev', 'lib32z1-dev', 'git', 'python3-dev', 'python3-setuptools',
'python3-pip', 'python3-venv', 'ruby']` 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.
similar for `Install PostgreSQL`.
So this PR propose the use of the recommended command.
0 commit comments