diff --git a/.github/workflows/molecule.yml b/.github/workflows/molecule.yml index c34ebdb..675c4f6 100644 --- a/.github/workflows/molecule.yml +++ b/.github/workflows/molecule.yml @@ -41,7 +41,7 @@ jobs: "tag": "40" }, { - "image": "opensuse", + "image": "fedora", "tag": "latest" }, { diff --git a/.github/workflows/requirements2png.yml b/.github/workflows/requirements2png.yml deleted file mode 100644 index 6ce9be7..0000000 --- a/.github/workflows/requirements2png.yml +++ /dev/null @@ -1,35 +0,0 @@ ---- -# -# Ansible managed -# - -on: - - push - -name: Ansible Graphviz - -jobs: - build: - runs-on: ubuntu-20.04 - permissions: - contents: write - steps: - - name: checkout - uses: actions/checkout@v3 - with: - path: ${{ github.repository }} - - name: create png - uses: robertdebock/graphviz-action@1.0.7 - - name: Commit files - run: | - cd ${{ github.repository }} - git config --local user.email "github-actions[bot]@users.noreply.github.com" - git config --local user.name "github-actions[bot]" - git add requirements.dot requirements.png - git commit -m "Add generated files" - - name: save to png branch - uses: ad-m/github-push-action@master - with: - directory: ${{ github.repository }} - force: true - branch: png diff --git a/.github/workflows/todo.yml b/.github/workflows/todo.yml deleted file mode 100644 index 3e6e417..0000000 --- a/.github/workflows/todo.yml +++ /dev/null @@ -1,20 +0,0 @@ ---- -# -# Ansible managed -# - -name: "TODO 2 Issue" - -on: - push: - -jobs: - build: - runs-on: "ubuntu-20.04" - steps: - - uses: "actions/checkout@master" - - name: "TODO to Issue" - uses: "alstr/todo-to-issue-action@v2.3" - id: "todo" - with: - TOKEN: ${{ secrets.GITHUB_TOKEN }}