File diff 49af212543b0 → fefde7a74438
roles/common/tasks/main.yml
Show inline comments
 
@@ -61,7 +61,7 @@
 
    dest: "/etc/adduser.conf"
 
    state: present
 
    backrefs: true
 
    regexp: '^DIR_MODE='
 
    regexp: '^\s*#?\s*DIR_MODE='
 
    line: 'DIR_MODE=0750'
 

	
 
- name: Deploy bash profile configuration for fancier prompts
 
@@ -103,7 +103,7 @@
 
    owner: root
 
    group: root
 
    mode: 0640
 
  # Checksums: bullseye
 
  # Checksums: bullseye and bookworm (same)
 
  when: |
 
    root_bashrc_stat.stat.checksum == "1a422a148ad225aa5ba33f8dafd2b7cfcdbd701f"
 

	
 
@@ -483,6 +483,15 @@
 
    state: present
 
  when: ntp_pools | length > 0
 

	
 
- name: Remove NTP packages
 
  apt:
 
    name:
 
      - ntpsec
 
      - ntpsec-ntpdate
 
    state: absent
 
    purge: true
 
  when: ntp_pools | length == 0
 

	
 
- name: Deploy NTP configuration
 
  template:
 
    src: "ntp.conf.j2"