Explorar el Código

install duplitab as root

Fabian Peter Hammerle hace 9 años
padre
commit
0ee3af4767
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1 0
      tasks/main.yml

+ 1 - 0
tasks/main.yml

@@ -13,6 +13,7 @@
   apt:
     deb: '{{duplitab_package.dest}}'
     state: present
+  become: yes
 - name: generate backup config
   set_fact:
     source_type: "{{item.0.source_host is defined | ternary('sshfs', 'local')}}"