Remove template timestamps & move tasks to handlers
These changes will prevent services from being restarted without any changes whenever no changes have been made
This commit is contained in:
parent
7a57636bdb
commit
8e7d6db56b
29 changed files with 46 additions and 95 deletions
|
|
@ -1,6 +1,3 @@
|
|||
# TODO: update testing libraries according to new config
|
||||
# {{ ansible_managed }} {{ ansible_date_time.time }} {{ ansible_date_time.date }}
|
||||
#
|
||||
# /etc/pacman.conf
|
||||
#
|
||||
# Add environment specific settings in /etc/pacman.d/extra.conf
|
||||
|
|
@ -82,13 +79,10 @@ LocalFileSigLevel = Optional
|
|||
[core]
|
||||
Include = /etc/pacman.d/mirrorlist
|
||||
|
||||
[extra]
|
||||
Include = /etc/pacman.d/mirrorlist
|
||||
|
||||
#[community-testing]
|
||||
#[extra-testing]
|
||||
#Include = /etc/pacman.d/mirrorlist
|
||||
|
||||
[community]
|
||||
[extra]
|
||||
Include = /etc/pacman.d/mirrorlist
|
||||
|
||||
# If you want to run 32 bit applications on your x86_64 system,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue