Compare commits

..

No commits in common. "402dca9b31764bcd5ce945fb782c91990a3a7851" and "14715fdab7b4b91e419f95888ed78a945bad876e" have entirely different histories.

4 changed files with 2 additions and 19 deletions

View file

@ -66,7 +66,7 @@ files = {
actions = { actions = {
'apt_update': { 'apt_update': {
'command': 'apt-get update', 'command': 'apt-get update -o APT::Update::Error-Mode=any',
'needed_by': { 'needed_by': {
'pkg_apt:', 'pkg_apt:',
}, },

View file

@ -8,11 +8,6 @@ defaults = {
'Post-Invoke': { 'Post-Invoke': {
'/bin/rm -f /var/cache/apt/archives/*.deb || true', '/bin/rm -f /var/cache/apt/archives/*.deb || true',
}, },
'Options': {
# https://unix.stackexchange.com/a/642541/357916
'--force-confold',
'--force-confdef',
},
}, },
'APT': { 'APT': {
'NeverAutoRemove': { 'NeverAutoRemove': {
@ -35,10 +30,6 @@ defaults = {
'tasks', 'tasks',
}, },
'Move-Autobit-Sections': 'oldlibs', 'Move-Autobit-Sections': 'oldlibs',
'Update': {
# https://unix.stackexchange.com/a/653377/357916
'Error-Mode': 'any',
},
}, },
}, },
'sources': {}, 'sources': {},

View file

@ -111,7 +111,7 @@
}, },
'nextcloud': { 'nextcloud': {
'hostname': 'cloud.sublimity.de', 'hostname': 'cloud.sublimity.de',
'version': '27.0.1', 'version': '27.0.0',
'config': { 'config': {
'instanceid': 'oci6dw1woodz', 'instanceid': 'oci6dw1woodz',
'secret': '!decrypt:encrypt$gAAAAABj96CFynVtEgsje7173zjQAcY7xQG3uyf5cxE-sJAvhyPh_KUykTKdwnExc8NTDJ8RIGUmVfgC6or5crnYaggARPIEg5-Cb0xVdEPPZ3oZ01ImLmynLu3qXT9O8kVM-H21--OKeztMRn7bySsbXdWEGtETFQ==', 'secret': '!decrypt:encrypt$gAAAAABj96CFynVtEgsje7173zjQAcY7xQG3uyf5cxE-sJAvhyPh_KUykTKdwnExc8NTDJ8RIGUmVfgC6or5crnYaggARPIEg5-Cb0xVdEPPZ3oZ01ImLmynLu3qXT9O8kVM-H21--OKeztMRn7bySsbXdWEGtETFQ==',

View file

@ -53,7 +53,6 @@
'lonercrew.io', 'lonercrew.io',
'left4.me', 'left4.me',
'elimu-kwanza.de', 'elimu-kwanza.de',
'cronekorkn.de',
}, },
}, },
'dns': { 'dns': {
@ -180,13 +179,6 @@
}, },
'internal_dns': False, 'internal_dns': False,
}, },
'cronekorkn.de': {
'content': 'nginx/redirect.conf',
'context': {
'target': 'https://cloud.sublimity.de/',
},
'internal_dns': False,
},
}, },
}, },
'nginx-rtmps': { 'nginx-rtmps': {