diff --git a/.github/workflows/ansible.yml b/.github/workflows/molecule.yml similarity index 88% rename from .github/workflows/ansible.yml rename to .github/workflows/molecule.yml index d000ca1..ed42c0e 100644 --- a/.github/workflows/ansible.yml +++ b/.github/workflows/molecule.yml @@ -11,7 +11,7 @@ on: - '*' pull_request: schedule: - - cron: '13 9 3 * *' + - cron: '29 12 3 * *' jobs: lint: @@ -20,7 +20,7 @@ jobs: - name: checkout uses: actions/checkout@v2 - name: molecule - uses: robertdebock/molecule-action@2.0.0 + uses: robertdebock/molecule-action@2.0.1 with: entrypoint: /usr/local/bin/molecule args: lint @@ -34,6 +34,8 @@ jobs: config: - image: "debian" tag: "latest" + - image: "debian" + tag: "bullseye" - image: "centos" tag: "7" - image: "centos" @@ -58,7 +60,7 @@ jobs: - name: parse apparmor for mysql run: sudo apparmor_parser -R /etc/apparmor.d/usr.sbin.mysqld - name: molecule - uses: robertdebock/molecule-action@2.0.0 + uses: robertdebock/molecule-action@2.0.1 with: image: ${{ matrix.config.image }} tag: ${{ matrix.config.tag }} diff --git a/.travis.yml b/.travis.yml index 92f6e62..acdd61e 100644 --- a/.travis.yml +++ b/.travis.yml @@ -15,6 +15,7 @@ env: namespace="robertdebock" matrix: - image="debian" tag="latest" + - image="debian" tag="bullseye" - image="centos" tag="7" - image="centos" tag="latest" - image="fedora" tag="30"