Skip to content

Commit 726f8dc

Browse files
author
mcdonnnj
committed
# Conflicts: # molecule/default/converge.yml
2 parents 707d0b6 + a0b442d commit 726f8dc

File tree

2 files changed

+7
-6
lines changed

2 files changed

+7
-6
lines changed

.github/workflows/build.yml

+1-6
Original file line numberDiff line numberDiff line change
@@ -278,12 +278,7 @@ jobs:
278278
sudo apt-get install apparmor-utils
279279
sudo aa-disable /usr/sbin/unix_chkpwd
280280
if: ${{ startsWith(matrix.platform, 'fedora') }}
281-
- # This is an example of how to pass GHA secrets to Molecule
282-
# via an environment variable. See also
283-
# molecule/default/converge.yml in this repository.
284-
# env:
285-
# THIRD_PARTY_BUCKET: ${{ secrets.THIRD_PARTY_BUCKET }}
286-
name: Run molecule tests
281+
- name: Run molecule tests
287282
run: >-
288283
molecule test
289284
--platform-name ${{ matrix.platform }}-${{ matrix.architecture }}

molecule/default/converge.yml

+6
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
- name: Converge
33
hosts: all
44
tasks:
5+
<<<<<<< HEAD
56
- name: Include ansible-role-ncats-webd
67
# We do prepend the name of the role to the role variables, but
78
# Molecule does its own role discovery with inconsistent naming.
@@ -11,3 +12,8 @@
1112
vars:
1213
ncats_webd_maxmind_account_id: "{{ lookup('aws_ssm', '/cyhy/core/geoip/account_id', region='us-east-1') }}"
1314
ncats_webd_maxmind_license_key: "{{ lookup('aws_ssm', '/cyhy/core/geoip/license_key', region='us-east-1') }}"
15+
=======
16+
- name: Include skeleton-ansible-role-with-test-user
17+
ansible.builtin.include_role:
18+
name: skeleton-ansible-role-with-test-user
19+
>>>>>>> a0b442d4dd4bd70e2e23e1bb8de92d0c80bfff50

0 commit comments

Comments
 (0)