Skip to content
Snippets Groups Projects

Don’t track Proxmox cluster config w/ etckeeper

Merged Thomas Schneider requested to merge pve-etckeeper into master
2 files
+ 25
0
Compare changes
  • Side-by-side
  • Inline
Files
2
@@ -18,3 +18,10 @@
- name: gather minimal standard facts once again
setup: gather_subset=min
- name: Remove pve directory from etckeeper repo
# 303 wants us to use the ansible git module, but it doesn’t
# provide that feature
shell: # noqa 303
chdir: /etc
cmd: git rm --cached -r -- pve && git commit -m "'Remove pve directory'"
Loading