Skip to content

Commit 6ecd0d6

Browse files
Update
1 parent dce0756 commit 6ecd0d6

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/workflows/lint.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ on:
1111
types: [opened, synchronize, reopened]
1212
jobs:
1313
lint:
14-
runs-on: ubuntu-18.04
14+
runs-on: ubuntu-20.04
1515
strategy:
1616
fail-fast: true
1717
steps:
@@ -20,6 +20,6 @@ jobs:
2020
with:
2121
path: "${{ github.repository }}"
2222
- name: Molecule for Ansible - lint
23-
uses: MonolithProjects/[email protected].0
23+
uses: MonolithProjects/[email protected].1
2424
with:
2525
molecule_command: lint

molecule/repo/verify.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
vars:
88
- runner_user: ansible
99
- github_repo: ansible-github_actions_runner-testrepo
10-
- github_account: monolithprojects
10+
- github_account: monolithprojects-testorg
1111
- github_api_url: "https://api.github.com"
1212
- access_token: "{{ lookup('env', 'PERSONAL_ACCESS_TOKEN') }}"
1313
- runner_name: "{{ ansible_hostname }}"

tasks/collect_info_repo.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444

4545
- name: Build service name
4646
set_fact:
47-
runner_service: "actions.runner.{{ svc_name[:45] }}.{{ runner_name[:11] }}.service"
47+
runner_service: "actions.runner.{{ svc_name[:45] }}.{{ runner_name }}.service"
4848
when: service_name is not defined
4949
tags:
5050
- install

0 commit comments

Comments
 (0)