您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符

setup_Debian.yml 232B

7 年前
1234567891011
  1. ---
  2. - name: install resolvconf
  3. apt:
  4. name: resolvconf
  5. # remove rdnssd, which generates problems, see https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=740998
  6. - name: uninstall rdnssd
  7. apt:
  8. name: rdnssd
  9. state: absent