Cleaning up to fit AniNIX/Uniglot hooks; catching up with testing
This commit is contained in:
		@@ -9,8 +9,17 @@
 | 
			
		||||
          - 90 > {{ df_output.stdout }}
 | 
			
		||||
        fail_msg: "Not enough free space"
 | 
			
		||||
 | 
			
		||||
    - name: Update Archlinux Keyring
 | 
			
		||||
      when: ansible_os_family == "Archlinux"
 | 
			
		||||
      become: yes
 | 
			
		||||
      package:
 | 
			
		||||
        name: archlinux-keyring
 | 
			
		||||
        state: latest
 | 
			
		||||
        update_cache: yes
 | 
			
		||||
 | 
			
		||||
    - name: Patching all packages
 | 
			
		||||
      ignore_errors: yes
 | 
			
		||||
      become: yes
 | 
			
		||||
      register: updates
 | 
			
		||||
      package:
 | 
			
		||||
        upgrade: yes
 | 
			
		||||
@@ -18,6 +27,7 @@
 | 
			
		||||
 | 
			
		||||
    - name: Reboot
 | 
			
		||||
      ignore_errors: yes
 | 
			
		||||
      become: yes
 | 
			
		||||
      when: '"linux" in updates.stdout or "kernel" in updates.stdout'
 | 
			
		||||
      reboot:
 | 
			
		||||
          reboot_timeout: 2
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user