Try to run with systemd
This commit is contained in:
		
							parent
							
								
									340f4f83e4
								
							
						
					
					
						commit
						d786479bc1
					
				|  | @ -12,18 +12,12 @@ on: | |||
| jobs: | ||||
|   molecule: | ||||
|     runs-on: ubuntu-latest | ||||
|     strategy: | ||||
|       fail-fast: false | ||||
|       matrix: | ||||
|         image: | ||||
|           - alpine | ||||
|           #- centos | ||||
|     steps: | ||||
| 
 | ||||
|       - name: checkout | ||||
|         uses: actions/checkout@v2 | ||||
|         with: | ||||
|           path: "${{ github.repository }}" | ||||
| 
 | ||||
|       - name: molecule | ||||
|         uses: robertdebock/molecule-action@2.6.17 | ||||
|         with: | ||||
|           image: "${{ matrix.image }}" | ||||
|         uses: robertdebock/molecule-action@2.6.17 | ||||
|  | @ -6,6 +6,9 @@ driver: | |||
| platforms: | ||||
|   - name: instance | ||||
|     image: centos/systemd:latest | ||||
|     privileged: true | ||||
|     volumes: | ||||
|       - /sys/fs/cgroup:/sys/fs/cgroup:ro | ||||
| provisioner: | ||||
|   name: ansible | ||||
| verifier: | ||||
|  |  | |||
		Loading…
	
		Reference in New Issue