diff --git a/.github/stale.yml b/.github/stale.yml index c7ff127..3ac21f9 100644 --- a/.github/stale.yml +++ b/.github/stale.yml @@ -1,5 +1,5 @@ # Configuration for probot-stale - https://github.com/probot/stale - +--- # Number of days of inactivity before an Issue or Pull Request becomes stale daysUntilStale: 90 diff --git a/molecule/default/converge.yml b/molecule/default/converge.yml index 9487f48..77958f6 100644 --- a/molecule/default/converge.yml +++ b/molecule/default/converge.yml @@ -8,7 +8,7 @@ apt: update_cache=yes cache_valid_time=600 when: ansible_os_family == 'Debian' - - name: Wait for systemd to complete initialization. + - name: Wait for systemd to complete initialization. # noqa 303 command: systemctl status systemd-tmpfiles-setup.service when: ansible_service_mgr == 'systemd' changed_when: false