Update hostname

This commit is contained in:
Benoit S 2022-03-12 14:04:52 +09:00
parent 832d90bf19
commit 2c8efa8c10
2 changed files with 1 additions and 6 deletions

View file

@ -12,11 +12,6 @@ server.user(
present=True,
)
server.hostname(
name='Set the hostname',
hostname='uptime.benpro.fr',
)
apt.update(
name='Update apt repositories',
)

View file

@ -1 +1 @@
my_hosts = ['uptime.benpro.fr']
my_hosts = ['oracle.benpro.fr']