選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。

14 行
209B

  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