diff options
author | Romain Gonçalves <me@rgoncalves.se> | 2021-05-03 20:27:13 +0200 |
---|---|---|
committer | Romain Gonçalves <me@rgoncalves.se> | 2021-05-03 20:27:13 +0200 |
commit | 11fbaf0b558400264c95026c70ed938a97f1673d (patch) | |
tree | c92182e206c871ad09dd8e6a0ac34617122f5267 /roles/update/defaults | |
parent | 5d07c5c3ea19bf03232ab6c90c3176f1ab0388f2 (diff) | |
download | infrastructure-11fbaf0b558400264c95026c70ed938a97f1673d.tar.gz |
roles/update: Init default usages and actions
Diffstat (limited to 'roles/update/defaults')
-rw-r--r-- | roles/update/defaults/main.yml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/roles/update/defaults/main.yml b/roles/update/defaults/main.yml new file mode 100644 index 0000000..3b68610 --- /dev/null +++ b/roles/update/defaults/main.yml @@ -0,0 +1,4 @@ + +update_reboot: false +update_full: false +update_version_freebsd: 13.0 |