fix permission issue on common roles

master
guppy 2023-06-06 13:13:04 +02:00
parent c27b52d16a
commit ba6e678c8f
1 changed files with 1 additions and 0 deletions

View File

@ -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