Commit 726f8dc mcdonnnj
committed
File tree 2 files changed +7
-6
lines changed
2 files changed +7
-6
lines changed Original file line number Diff line number Diff line change @@ -278,12 +278,7 @@ jobs:
278
278
sudo apt-get install apparmor-utils
279
279
sudo aa-disable /usr/sbin/unix_chkpwd
280
280
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
287
282
run : >-
288
283
molecule test
289
284
--platform-name ${{ matrix.platform }}-${{ matrix.architecture }}
Original file line number Diff line number Diff line change 2
2
- name : Converge
3
3
hosts : all
4
4
tasks :
5
+ <<<<<<< HEAD
5
6
- name : Include ansible-role-ncats-webd
6
7
# We do prepend the name of the role to the role variables, but
7
8
# Molecule does its own role discovery with inconsistent naming.
11
12
vars :
12
13
ncats_webd_maxmind_account_id : " {{ lookup('aws_ssm', '/cyhy/core/geoip/account_id', region='us-east-1') }}"
13
14
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
You can’t perform that action at this time.
0 commit comments