Compare commits
No commits in common. "402dca9b31764bcd5ce945fb782c91990a3a7851" and "14715fdab7b4b91e419f95888ed78a945bad876e" have entirely different histories.
402dca9b31
...
14715fdab7
4 changed files with 2 additions and 19 deletions
|
@ -66,7 +66,7 @@ files = {
|
|||
|
||||
actions = {
|
||||
'apt_update': {
|
||||
'command': 'apt-get update',
|
||||
'command': 'apt-get update -o APT::Update::Error-Mode=any',
|
||||
'needed_by': {
|
||||
'pkg_apt:',
|
||||
},
|
||||
|
|
|
@ -8,11 +8,6 @@ defaults = {
|
|||
'Post-Invoke': {
|
||||
'/bin/rm -f /var/cache/apt/archives/*.deb || true',
|
||||
},
|
||||
'Options': {
|
||||
# https://unix.stackexchange.com/a/642541/357916
|
||||
'--force-confold',
|
||||
'--force-confdef',
|
||||
},
|
||||
},
|
||||
'APT': {
|
||||
'NeverAutoRemove': {
|
||||
|
@ -35,10 +30,6 @@ defaults = {
|
|||
'tasks',
|
||||
},
|
||||
'Move-Autobit-Sections': 'oldlibs',
|
||||
'Update': {
|
||||
# https://unix.stackexchange.com/a/653377/357916
|
||||
'Error-Mode': 'any',
|
||||
},
|
||||
},
|
||||
},
|
||||
'sources': {},
|
||||
|
|
|
@ -111,7 +111,7 @@
|
|||
},
|
||||
'nextcloud': {
|
||||
'hostname': 'cloud.sublimity.de',
|
||||
'version': '27.0.1',
|
||||
'version': '27.0.0',
|
||||
'config': {
|
||||
'instanceid': 'oci6dw1woodz',
|
||||
'secret': '!decrypt:encrypt$gAAAAABj96CFynVtEgsje7173zjQAcY7xQG3uyf5cxE-sJAvhyPh_KUykTKdwnExc8NTDJ8RIGUmVfgC6or5crnYaggARPIEg5-Cb0xVdEPPZ3oZ01ImLmynLu3qXT9O8kVM-H21--OKeztMRn7bySsbXdWEGtETFQ==',
|
||||
|
|
|
@ -53,7 +53,6 @@
|
|||
'lonercrew.io',
|
||||
'left4.me',
|
||||
'elimu-kwanza.de',
|
||||
'cronekorkn.de',
|
||||
},
|
||||
},
|
||||
'dns': {
|
||||
|
@ -180,13 +179,6 @@
|
|||
},
|
||||
'internal_dns': False,
|
||||
},
|
||||
'cronekorkn.de': {
|
||||
'content': 'nginx/redirect.conf',
|
||||
'context': {
|
||||
'target': 'https://cloud.sublimity.de/',
|
||||
},
|
||||
'internal_dns': False,
|
||||
},
|
||||
},
|
||||
},
|
||||
'nginx-rtmps': {
|
||||
|
|
Loading…
Reference in a new issue