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.

20 lines
296B

  1. ---
  2. - name: pin ansible for backports
  3. copy:
  4. src: apt-preferences
  5. dest: /etc/apt/preferences.d/ansible
  6. - name: install ansible
  7. apt:
  8. pkg: ansible
  9. state: present
  10. - name: install other tools
  11. apt:
  12. pkg: "{{item}}"
  13. state: present
  14. with_items:
  15. - ipv6calc
  16. - uuid