You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

setup_Debian.yml 209B

7 years ago
12345678910111213
  1. ---
  2. - name: apt preferences
  3. copy:
  4. src: apt-preferences
  5. dest: /etc/apt/preferences.d/ansible
  6. - name: apt packages installed
  7. apt:
  8. pkg: "{{item}}"
  9. state: present
  10. with_items:
  11. - ansible