Browse Source

install duplitab as root

Fabian Peter Hammerle 8 years ago
parent
commit
0ee3af4767
1 changed files with 1 additions and 0 deletions
  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')}}"