diff --git a/apt/tasks/migrate-to-deb822.yml b/apt/tasks/migrate-to-deb822.yml index 720045bf..60ee0f2c 100644 --- a/apt/tasks/migrate-to-deb822.yml +++ b/apt/tasks/migrate-to-deb822.yml @@ -14,8 +14,8 @@ - name: Migration scripts are installed ansible.builtin.copy: - src: "{{ item }}" - dest: "/usr/share/scripts/{{ item }}" + src: "{{ item }}" + dest: "/usr/share/scripts/{{ item }}" force: yes mode: "0755" loop: @@ -29,4 +29,4 @@ cmd: /usr/share/scripts/deb822-migration.sh ignore_errors: yes tags: - - apt \ No newline at end of file + - apt diff --git a/listupgrade/tasks/main.yml b/listupgrade/tasks/main.yml index f51c0f09..e3f308ef 100644 --- a/listupgrade/tasks/main.yml +++ b/listupgrade/tasks/main.yml @@ -50,7 +50,7 @@ name: "listupgrade.sh" cron_file: "listupgrade" user: root - job: "/usr/share/scripts/listupgrade.sh --cron {{ listupgrade_cron_force | bool | ternary('--force','') }}" + job: "/usr/share/scripts/listupgrade.sh --cron{{ listupgrade_cron_force | bool | ternary(' --force','') }}" minute: "{{ listupgrade_cron_minute }}" hour: "{{ listupgrade_cron_hour }}" weekday: "{{ listupgrade_cron_weekday }}"