diff options
author | binary <me@rgoncalves.se> | 2021-03-05 19:56:48 +0100 |
---|---|---|
committer | binary <me@rgoncalves.se> | 2021-03-05 19:56:48 +0100 |
commit | fa4a4a8a6ff33a744ce9900d768fee3a11038013 (patch) | |
tree | 2866b4baeeda5e9f347290b5cc40f6b5fd5139c5 /roles/common/tasks/init_openbsd.yml | |
parent | 817bb2df9606bc17929d04b927e4dca2934b3399 (diff) | |
download | infrastructure-fa4a4a8a6ff33a744ce9900d768fee3a11038013.tar.gz |
Cleanup common role
Diffstat (limited to 'roles/common/tasks/init_openbsd.yml')
-rw-r--r-- | roles/common/tasks/init_openbsd.yml | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/roles/common/tasks/init_openbsd.yml b/roles/common/tasks/init_openbsd.yml deleted file mode 100644 index d4dae41..0000000 --- a/roles/common/tasks/init_openbsd.yml +++ /dev/null @@ -1,10 +0,0 @@ - -# common ~~ tasks/init_alpine.yml -# specific tasks for Openbsd initalization - ---- - -- name: Setup repositories for Openbsd - shell: echo "https://mirror.ungleich.ch/pub/OpenBSD/" > /etc/installurl - - |