Compare commits

..

No commits in common. "10121bc3ff214cc9dccea5ad2b679a8f9e380cef" and "c447f230db2796f6d67c595ca939e1200457e7dc" have entirely different histories.

2 changed files with 615 additions and 634 deletions

File diff suppressed because it is too large Load diff

View file

@ -210,16 +210,6 @@
- misc_updater_repository | default(false) is truthy
- misc_updater_autostart | default(false) is truthy
- name: Deploy inventory password file
ansible.builtin.copy:
dest: /root/.inventory-pw
owner: root
mode: '0640'
content: "{{ misc_updater_inventory_password }}"
when:
- misc_updater_repository | default(false) is truthy
- misc_updater_inventory_password | default(false) is truthy
# Prepare CloneScreen on Presenter PCs
- name: Fix primary screen for class room PCs with projector