Skip to content

Instantly share code, notes, and snippets.

@notmyname
Created April 27, 2018 17:05
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save notmyname/b5f9826c91dde0e199006b62c720b3a3 to your computer and use it in GitHub Desktop.
Save notmyname/b5f9826c91dde0e199006b62c720b3a3 to your computer and use it in GitHub Desktop.
- name: install requirements from bindep (debian)
apt:
name: "{{item}}"
with_items:
- "{{bindep_output.stdout_lines}}"
when:
- ansible_os_family == 'Debian'
- bindep_output.rc == 1
TASK [install requirements from bindep (debian)] *******************************
[DEPRECATION WARNING]: Skipping task due to undefined attribute, in the future
this will be a fatal error.. This feature will be removed in a future release.
Deprecation warnings can be disabled by setting deprecation_warnings=False in
ansible.cfg.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment