fix permission issue on common roles
parent
c27b52d16a
commit
ba6e678c8f
|
|
@ -1,4 +1,5 @@
|
|||
- name: super-ugly hack to allow unauthenticated packages to install
|
||||
become: yes
|
||||
copy: content='APT::Get::AllowUnauthenticated "true";' dest=/etc/apt/apt.conf.d/99temp owner=root group=root mode=0644
|
||||
|
||||
- name: install common packages
|
||||
|
|
|
|||
Loading…
Reference in New Issue