浏览代码

trying something

aeth 9 月之前
父节点
当前提交
7e9fc4fe79
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      tasks/tasks_install_packages.yml

+ 1 - 1
tasks/tasks_install_packages.yml

@@ -8,7 +8,7 @@
     - "files/packages.txt"
 
 - name: "20: Install packages"
-  become: True
+#become: true
   ansible.builtin.package:
     name: "{{ _package_name }}" 
   loop: "{{ packages.splitlines() }}"