diff --git a/.github/workflows/lint.yaml b/.github/workflows/lint.yaml
index e24830f6ad10900b7d0c06fd7b671a0e2879d984..2538fcbe00b2605a74733c8096f03c84c1be1499 100644
--- a/.github/workflows/lint.yaml
+++ b/.github/workflows/lint.yaml
@@ -5,7 +5,7 @@ name: Lint
 "on":
   pull_request:
     branches:
-      - master
+      - main
   schedule:
     # Run on the 10th of each month at noon.
     - cron: "00 12 10 * *"
diff --git a/meta/main.yml b/meta/main.yml
new file mode 100644
index 0000000000000000000000000000000000000000..5b987d649dd0e1c9190ad8b0bbe93dbc2722c4a6
--- /dev/null
+++ b/meta/main.yml
@@ -0,0 +1,9 @@
+collections: []
+dependencies: []
+galaxy_info:
+  author: Dmitriy Safronov
+  description: Install & configure `unattended-upgrades` package and configure systemd apt timers.
+  license: Apache-2.0
+  min_ansible_version: "2.16"
+  namespace: dmitriysafronov
+  role_name: unattended_upgrades