Skip to content
Snippets Groups Projects

Update CI image and fix resulting issues

Merged Thomas Schneider requested to merge th/update-ci-image into master
4 files
+ 7
2
Compare changes
  • Side-by-side
  • Inline
Files
4
@@ -11,9 +11,11 @@
@@ -11,9 +11,11 @@
state: restarted
state: restarted
- name: configure journal directory
- name: configure journal directory
 
# noqa no-changed-when
command: systemd-tmpfiles --create --prefix /var/log/journal
command: systemd-tmpfiles --create --prefix /var/log/journal
- name: update initramfs
- name: update initramfs
 
# noqa no-changed-when
command: update-initramfs -u
command: update-initramfs -u
- name: gather network facts once again
- name: gather network facts once again
@@ -27,6 +29,6 @@
@@ -27,6 +29,6 @@
- name: Remove pve directory from etckeeper repo
- name: Remove pve directory from etckeeper repo
# ansible-lint wants us to use the ansible git module, but it doesn’t
# ansible-lint wants us to use the ansible git module, but it doesn’t
# provide that feature
# provide that feature
shell: # noqa: command-instead-of-module
shell: # noqa: command-instead-of-module no-changed-when
chdir: /etc
chdir: /etc
cmd: git rm --cached -r -- pve && git commit -m "'Remove pve directory'"
cmd: git rm --cached -r -- pve && git commit -m "'Remove pve directory'"
Loading