Skip to content
Snippets Groups Projects
Commit e9250d18 authored by jurgenhaas's avatar jurgenhaas
Browse files

Change default value from None to False in prepared scripts

parent 4288fc11
No related branches found
No related tags found
No related merge requests found
......@@ -2,7 +2,7 @@ description: 'Quickly configure Drupal sites'
cli:
options:
site:
default: None
default: False
help: 'The id of a site if only one of the defined sites should be updated'
quick:
action: 'store_true'
......
......@@ -2,10 +2,10 @@ description: 'Quickly re-deploy a Drupal site'
cli:
arguments:
host:
default: None
default: False
help: 'The hostname on which to re-reploy Drupal'
site:
default: None
default: False
help: 'The id of a site'
arguments:
playbook: 'role'
......
......@@ -2,7 +2,7 @@ description: 'Switch Firewall to unprotected mode for a period of time'
cli:
options:
unprotect-period:
default: None
default: False
help: 'Number of minutes before the firewall goes into protected mode again'
arguments:
playbook: 'firewall'
......
......@@ -2,7 +2,7 @@ description: 'Force updating all Jails'
cli:
options:
site:
default: None
default: False
help: 'The id of a site if only one of the defined sites should be updated'
defaults:
limit: 'webserver-drupal'
......
......@@ -2,7 +2,7 @@ description: 'Init and update users in Jails'
cli:
options:
site:
default: None
default: False
help: 'The id of a site if only one of the defined sites should be updated'
defaults:
limit: 'webserver-drupal'
......
......@@ -2,7 +2,7 @@ description: 'Quickly update NextCloud sites'
cli:
options:
site:
default: None
default: False
help: 'The id of a site if only one of the defined sites should be updated'
defaults:
limit: 'webserver'
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment